1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-21 15:54:22 +01:00

possible fix for #49

This commit is contained in:
Sylvain 2020-02-19 16:22:02 +01:00
parent 496e926abd
commit 95338e267e
3 changed files with 11 additions and 10 deletions

View File

@ -28,6 +28,7 @@
- Handle Ctrl^C in upgrade scripts - Handle Ctrl^C in upgrade scripts
- Updated moment-timezone - Updated moment-timezone
- Updated angular-ui-bootstrap from v0.14 to v1.2 - Updated angular-ui-bootstrap from v0.14 to v1.2
- Updated caxlsx to 3.0.1 and rails_axlsx to rails_caxlsx
- Option to disable developers analytics - Option to disable developers analytics
- Added the a "cron" tab in Sidekiq web-ui to watch scheduled tasks - Added the a "cron" tab in Sidekiq web-ui to watch scheduled tasks
- Integration of Crowdin "in-context" translation management system - Integration of Crowdin "in-context" translation management system

View File

@ -137,8 +137,8 @@ gem 'apipie-rails'
gem 'has_secure_token' gem 'has_secure_token'
# XLS files generation # XLS files generation
gem 'axlsx_rails'
gem 'caxlsx' gem 'caxlsx'
gem 'caxlsx_rails'
gem 'rubyzip', '>= 1.3.0' gem 'rubyzip', '>= 1.3.0'
gem 'rack-protection', '1.5.5' gem 'rack-protection', '1.5.5'

View File

@ -56,9 +56,6 @@ GEM
descendants_tracker (~> 0.0.4) descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0) ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
axlsx_rails (0.6.0)
actionpack (>= 3.1)
caxlsx (>= 3.0)
bcrypt (3.1.13) bcrypt (3.1.13)
binding_of_caller (0.7.3) binding_of_caller (0.7.3)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
@ -73,11 +70,14 @@ GEM
activesupport (>= 3.2.0) activesupport (>= 3.2.0)
json (>= 1.7) json (>= 1.7)
mime-types (>= 1.16) mime-types (>= 1.16)
caxlsx (3.0.0) caxlsx (3.0.1)
htmlentities (~> 4.3, >= 4.3.4) htmlentities (~> 4.3, >= 4.3.4)
mimemagic (~> 0.3) mimemagic (~> 0.3)
nokogiri (~> 1.8, >= 1.8.2) nokogiri (~> 1.10, >= 1.10.4)
rubyzip (~> 1.2, >= 1.2.1) rubyzip (>= 1.3.0, < 3)
caxlsx_rails (0.6.2)
actionpack (>= 3.1)
caxlsx (>= 3.0)
chroma (0.0.1) chroma (0.0.1)
chunky_png (1.3.4) chunky_png (1.3.4)
cldr-plurals-runtime-rb (1.0.1) cldr-plurals-runtime-rb (1.0.1)
@ -215,7 +215,7 @@ GEM
message_format (0.0.3) message_format (0.0.3)
twitter_cldr (~> 3.1) twitter_cldr (~> 3.1)
mime-types (2.99.3) mime-types (2.99.3)
mimemagic (0.3.3) mimemagic (0.3.4)
mini_magick (4.9.4) mini_magick (4.9.4)
mini_mime (1.0.2) mini_mime (1.0.2)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
@ -228,7 +228,7 @@ GEM
multi_json (1.14.1) multi_json (1.14.1)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1) multipart-post (2.1.1)
nokogiri (1.10.5) nokogiri (1.10.8)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
notify_with (0.0.2) notify_with (0.0.2)
jbuilder (~> 2.0) jbuilder (~> 2.0)
@ -448,11 +448,11 @@ DEPENDENCIES
api-pagination api-pagination
apipie-rails apipie-rails
awesome_print awesome_print
axlsx_rails
bootstrap-sass (>= 3.4.1) bootstrap-sass (>= 3.4.1)
byebug byebug
carrierwave carrierwave
caxlsx caxlsx
caxlsx_rails
chroma chroma
compass-rails (= 2.0.4) compass-rails (= 2.0.4)
coveralls coveralls