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 821f514 commit 2bb1eacCopy full SHA for 2bb1eac
Appraisals
@@ -18,7 +18,7 @@ end
18
19
if RUBY_VERSION >= "2.5.0"
20
appraise "rails-6-0" do
21
- gem "rails", "~> 6.0.0.rc1"
+ gem "rails", "~> 6.0.0"
22
end
23
24
appraise "rails-head" do
gemfiles/rails_6_0.gemfile
@@ -5,6 +5,6 @@ source "https://rubygems.org"
5
gem "rake"
6
gem "mocha", require: false
7
gem "appraisal"
8
-gem "rails", "~> 6.0.0.rc1"
+gem "rails", "~> 6.0.0"
9
10
gemspec path: "../"
0 commit comments