Skip to content

Commit

Permalink
Merge pull request ActsAsParanoid#317 from ActsAsParanoid/bump-rails-…
Browse files Browse the repository at this point in the history
…7-1-appraisal

Update appraisal for activerecord 7.1 to the final release
  • Loading branch information
mvz authored Oct 5, 2023
2 parents bdae934 + a7c44af commit a8e6f80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ appraise "active_record_70" do
end

appraise "active_record_71" do
gem "activerecord", "~> 7.1.0.rc1", require: "active_record"
gem "activesupport", "~> 7.1.0.rc1", require: "active_support"
gem "activerecord", "~> 7.1.0", require: "active_record"
gem "activesupport", "~> 7.1.0", require: "active_support"

group :development do
gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby]
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/active_record_71.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

source "https://rubygems.org"

gem "activerecord", "~> 7.1.0.beta1", require: "active_record"
gem "activesupport", "~> 7.1.0.beta1", require: "active_support"
gem "activerecord", "~> 7.1.0", require: "active_record"
gem "activesupport", "~> 7.1.0", require: "active_support"

group :development do
gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby]
Expand Down

0 comments on commit a8e6f80

Please sign in to comment.