Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "authtrail" # Track Devise login activity
gem "azure-storage-blob", require: false
gem "blueprinter" # JSON serialization
gem "bugsnag" # Error tracking in production
gem "caxlsx", "~> 4.2" # Excel spreadsheets - TODO can we remove this version restriction?
gem "caxlsx", "~> 4.4" # Excel spreadsheets - TODO can we remove this version restriction?
gem "caxlsx_rails", "~> 0.6.4" # Excel spreadsheets - TODO can we remove this version restriction?
gem "cssbundling-rails", "~> 1.4" # CSS compilation
gem "delayed_job_active_record" # Background job processing
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ GEM
capybara-screenshot (1.0.26)
capybara (>= 1.0, < 4)
launchy
caxlsx (4.2.0)
caxlsx (4.4.2)
htmlentities (~> 4.3, >= 4.3.4)
marcel (~> 1.0)
nokogiri (~> 1.10, >= 1.10.4)
rubyzip (>= 1.3.0, < 3)
rubyzip (>= 2.4, < 4)
caxlsx_rails (0.6.4)
actionpack (>= 3.1)
caxlsx (>= 3.0)
Expand Down Expand Up @@ -580,7 +580,7 @@ GEM
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
rubyzip (2.4.1)
rubyzip (3.2.2)
sablon (0.4.3)
nokogiri (>= 1.8.5)
rubyzip (>= 1.3.0)
Expand Down Expand Up @@ -715,7 +715,7 @@ DEPENDENCIES
byebug
capybara
capybara-screenshot
caxlsx (~> 4.2)
caxlsx (~> 4.4)
caxlsx_rails (~> 0.6.4)
cssbundling-rails (~> 1.4)
database_cleaner-active_record
Expand Down
Loading