File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ gem "authtrail" # Track Devise login activity
1111gem "azure-storage-blob" , require : false
1212gem "blueprinter" # for JSON serialization
1313gem "bugsnag" # tracking errors in prod
14- gem "caxlsx" , "~> 4.1 " # excel spreadsheets - TODO can we remove this version restriction?
14+ gem "caxlsx" , "~> 4.2 " # excel spreadsheets - TODO can we remove this version restriction?
1515gem "caxlsx_rails" , "~> 0.6.4" # excel spreadsheets - TODO can we remove this version restriction?
1616gem "cssbundling-rails" , "~> 1.4" # compiles css
1717gem "delayed_job_active_record"
Original file line number Diff line number Diff line change 132132 capybara-screenshot (1.0.26 )
133133 capybara (>= 1.0 , < 4 )
134134 launchy
135- caxlsx (4.1 .0 )
135+ caxlsx (4.2 .0 )
136136 htmlentities (~> 4.3 , >= 4.3.4 )
137137 marcel (~> 1.0 )
138138 nokogiri (~> 1.10 , >= 1.10.4 )
@@ -615,7 +615,7 @@ DEPENDENCIES
615615 byebug
616616 capybara
617617 capybara-screenshot
618- caxlsx (~> 4.1 )
618+ caxlsx (~> 4.2 )
619619 caxlsx_rails (~> 0.6.4 )
620620 cssbundling-rails (~> 1.4 )
621621 database_cleaner-active_record
You can’t perform that action at this time.
0 commit comments