Skip to content
Draft
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
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gem 'activerecord-import'
gem 'rack', '< 3.2' # pinning to the same max version as is required by rails 7.2
gem 'pg', '~> 1.1'
gem 'rails', '7.2.3.1'
gem 'rails', '~> 8.1.0'
gem 'sprockets-rails'
gem 'jsbundling-rails'
gem 'rails-html-sanitizer'
Expand Down Expand Up @@ -128,7 +128,7 @@ gem 'auto-session-timeout'
gem 'ruby_parser', require: false

gem 'caxlsx'
gem 'caxlsx_rails'
gem 'caxlsx_rails', '>= 0.7.1' # 0.7.1+ restores `render xlsx: 'template'` resolution under Rails 8 (0.6.x relied on Rails defaulting options[:template] to the action name)
gem 'xlsxtream', require: false
# NOTE: maybe https://github.com/weshatheleopard/rubyXL
gem 'roo'
Expand Down Expand Up @@ -187,7 +187,6 @@ group :test do
gem 'rspec-rails'
gem 'factory_bot_rails'
gem 'capybara'
gem 'minitest-reporters'
gem 'rails-controller-testing'
gem 'rspec-mocks'
gem 'shoulda-matchers'
Expand Down
Loading
Loading