We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54ae74 commit 2196b23Copy full SHA for 2196b23
Appraisals
@@ -14,8 +14,8 @@ appraise 'rails-71' do
14
end
15
16
appraise 'rails-72' do
17
- gem 'activerecord', '~> 7.2.0.beta3'
18
- gem 'actionpack', '~> 7.2.0.beta3'
+ gem 'activerecord', '~> 7.2.0'
+ gem 'actionpack', '~> 7.2.0'
19
20
21
appraise 'rails-80' do
gemfiles/rails_72.gemfile
@@ -2,8 +2,8 @@
2
3
source "https://rubygems.org"
4
5
-gem "activerecord", "~> 7.2.0.beta3"
6
-gem "actionpack", "~> 7.2.0.beta3"
+gem "activerecord", "~> 7.2.0"
+gem "actionpack", "~> 7.2.0"
7
8
platforms :jruby do
9
gem "activerecord-jdbcsqlite3-adapter", ">= 1.3", "< 61"
0 commit comments