Skip to content

Commit 2196b23

Browse files
committed
Test with released rails 7.2
1 parent a54ae74 commit 2196b23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Appraisals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ appraise 'rails-71' do
1414
end
1515

1616
appraise 'rails-72' do
17-
gem 'activerecord', '~> 7.2.0.beta3'
18-
gem 'actionpack', '~> 7.2.0.beta3'
17+
gem 'activerecord', '~> 7.2.0'
18+
gem 'actionpack', '~> 7.2.0'
1919
end
2020

2121
appraise 'rails-80' do

gemfiles/rails_72.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "activerecord", "~> 7.2.0.beta3"
6-
gem "actionpack", "~> 7.2.0.beta3"
5+
gem "activerecord", "~> 7.2.0"
6+
gem "actionpack", "~> 7.2.0"
77

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

0 commit comments

Comments
 (0)