Skip to content

Commit

Permalink
Test against Rails 7.1.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Oct 6, 2023
1 parent 6029c8d commit b313f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appraise "rails-7.1" do
gem "activerecord", "~> 7.1.0.beta1"
gem "activerecord", "~> 7.1.0"
gem "mysql2", "~> 0.5"
gem "pg", "~> 1.3"
gem "sqlite3", "~> 1.4"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "~> 7.1.0.rc1"
gem "activerecord", "~> 7.1.0"
gem "mysql2", "~> 0.5"
gem "pg", "~> 1.3"
gem "sqlite3", "~> 1.4"
Expand Down

0 comments on commit b313f2f

Please sign in to comment.