Skip to content
Merged
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" # for JSON serialization
gem "bugsnag" # tracking errors in prod
gem "caxlsx", "~> 4.1" # excel spreadsheets - TODO can we remove this version restriction?
gem "caxlsx", "~> 4.2" # 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" # compiles css
gem "delayed_job_active_record"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ GEM
capybara-screenshot (1.0.26)
capybara (>= 1.0, < 4)
launchy
caxlsx (4.1.0)
caxlsx (4.2.0)
htmlentities (~> 4.3, >= 4.3.4)
marcel (~> 1.0)
nokogiri (~> 1.10, >= 1.10.4)
Expand Down Expand Up @@ -615,7 +615,7 @@ DEPENDENCIES
byebug
capybara
capybara-screenshot
caxlsx (~> 4.1)
caxlsx (~> 4.2)
caxlsx_rails (~> 0.6.4)
cssbundling-rails (~> 1.4)
database_cleaner-active_record
Expand Down
Loading