Skip to content

Commit

Permalink
Test with Rails 7.1.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 27, 2023
1 parent 83f9a7c commit c638c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ test/tmp
test/version_tmp
tmp
*.log
*.sqlite
*.sqlite*
*.lock
2 changes: 1 addition & 1 deletion gemfiles/rails71.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec path: ".."

gem "rails", "7.1.0.beta1"
gem "rails", "7.1.0.rc1"
gem "rake"
gem "minitest"
gem "combustion"
Expand Down

0 comments on commit c638c0e

Please sign in to comment.