Skip to content

Commit

Permalink
Lock rack to be less than 3
Browse files Browse the repository at this point in the history
Removing the dependency on sprockets < 4 rack is now unbounded, but
rack 3 is only supported from Rails 7.1 up.
  • Loading branch information
elia authored and mamhoff committed Jun 28, 2024
1 parent e80936f commit 055ac7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ gem 'rspec-rails', '~> 6.0.3', require: false
gem 'rspec-retry', '~> 0.6.2', require: false
gem 'simplecov', require: false
gem 'simplecov-cobertura', require: false
gem 'rack', '< 3', require: false
gem 'rails-controller-testing', require: false
gem 'puma', '< 6', require: false
gem 'i18n-tasks', '~> 0.9', require: false
Expand Down

0 comments on commit 055ac7c

Please sign in to comment.