Skip to content

Commit b3a3b95

Browse files
committed
Update to 6.0.0.rc1
1 parent 9dc3c93 commit b3a3b95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gemspec
44

55
# Uncomment and change rails version for testing purposes
66
# gem "rails", "~> 5.2.0"
7-
gem "rails", "~> 6.0.0.beta2"
7+
gem "rails", "~> 6.0.0.rc1"
88

99
group :development do
1010
gem "chandler", ">= 0.7.0"
@@ -23,6 +23,6 @@ group :test do
2323
gem "mocha"
2424
# sqlite3 1.4.0 breaks the test suite.
2525
# https://github.com/rails/rails/pull/35154
26-
gem "sqlite3", "~> 1.3.6"
26+
gem "sqlite3", "~> 1.4"
2727
gem "timecop", "~> 0.7.1"
2828
end

test/gemfiles/6.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "http://rubygems.org"
22

33
gemspec path: "../../"
44

5-
gem "rails", "~> 6.0.0.beta2"
5+
gem "rails", "~> 6.0.0.rc1"
66

77
group :development do
88
gem "rubocop", require: false

0 commit comments

Comments
 (0)