Skip to content

Commit

Permalink
Test with released rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Nov 12, 2024
1 parent a54ae74 commit 2196b23
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 @@ -14,8 +14,8 @@ appraise 'rails-71' do
end

appraise 'rails-72' do
gem 'activerecord', '~> 7.2.0.beta3'
gem 'actionpack', '~> 7.2.0.beta3'
gem 'activerecord', '~> 7.2.0'
gem 'actionpack', '~> 7.2.0'
end

appraise 'rails-80' do
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_72.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "https://rubygems.org"

gem "activerecord", "~> 7.2.0.beta3"
gem "actionpack", "~> 7.2.0.beta3"
gem "activerecord", "~> 7.2.0"
gem "actionpack", "~> 7.2.0"

platforms :jruby do
gem "activerecord-jdbcsqlite3-adapter", ">= 1.3", "< 61"
Expand Down

0 comments on commit 2196b23

Please sign in to comment.