Skip to content

Commit

Permalink
Limit supported rails version to before 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ugifractal committed Aug 19, 2024
1 parent b766363 commit 70f35bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gemspec require: false
if /(stable|main)/.match? ENV['RAILS_VERSION']
gem 'rails', github: 'rails', require: false, branch: ENV['RAILS_VERSION']
else
gem 'rails', ENV['RAILS_VERSION'] || '~> 7.1.0', require: false
gem 'rails', ENV['RAILS_VERSION'] || '< 7.2', require: false
end
# rubocop:enable Bundler/DuplicatedGem

Expand Down

0 comments on commit 70f35bd

Please sign in to comment.