We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bdaef commit 020edb7Copy full SHA for 020edb7
Appraisals
@@ -7,9 +7,9 @@ appraise "rails_edge" do
7
end
8
9
appraise "rails_71" do
10
- gem "rails", "~> 7.1.0.rc2"
11
- gem "railties", "~> 7.1.0.rc2"
12
- gem "activesupport", "~> 7.1.0.rc2"
+ gem "rails", "~> 7.1.0"
+ gem "railties", "~> 7.1.0"
+ gem "activesupport", "~> 7.1.0"
13
14
15
appraise "rails_70" do
gemfiles/rails_71.gemfile
@@ -3,8 +3,8 @@
3
source "https://rubygems.org"
4
5
gem "rake", "~> 13.0"
6
-gem "rails", "~> 7.1.0.rc2"
-gem "railties", "~> 7.1.0.rc2"
-gem "activesupport", "~> 7.1.0.rc2"
+gem "rails", "~> 7.1.0"
+gem "railties", "~> 7.1.0"
+gem "activesupport", "~> 7.1.0"
gemspec path: "../"
0 commit comments