Skip to content

Commit 2bb1eac

Browse files
Test against Rails 6.0.0 final
1 parent 821f514 commit 2bb1eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818

1919
if RUBY_VERSION >= "2.5.0"
2020
appraise "rails-6-0" do
21-
gem "rails", "~> 6.0.0.rc1"
21+
gem "rails", "~> 6.0.0"
2222
end
2323

2424
appraise "rails-head" do

gemfiles/rails_6_0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ source "https://rubygems.org"
55
gem "rake"
66
gem "mocha", require: false
77
gem "appraisal"
8-
gem "rails", "~> 6.0.0.rc1"
8+
gem "rails", "~> 6.0.0"
99

1010
gemspec path: "../"

0 commit comments

Comments
 (0)