Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 7.1 support #151

Merged
merged 11 commits into from
Oct 11, 2023
Prev Previous commit
Next Next commit
Update rails_7.1_vc_2.0.gemfile
  • Loading branch information
henrikbjorn authored Oct 10, 2023
commit 2a875f5486527461ee780a34391463e6d9fcfe09
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1_vc_2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "appraisal", require: false
gem "capybara", require: false
gem "combustion", "~> 1.3.7"
gem "generator_spec"
gem "rails", "~> 7.0.0"
gem "rails", "~> 7.1.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0", require: false
gem "rspec-html-matchers"
Expand Down