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 9dc3c93 commit b3a3b95Copy full SHA for b3a3b95
Gemfile
@@ -4,7 +4,7 @@ gemspec
4
5
# Uncomment and change rails version for testing purposes
6
# gem "rails", "~> 5.2.0"
7
-gem "rails", "~> 6.0.0.beta2"
+gem "rails", "~> 6.0.0.rc1"
8
9
group :development do
10
gem "chandler", ">= 0.7.0"
@@ -23,6 +23,6 @@ group :test do
23
gem "mocha"
24
# sqlite3 1.4.0 breaks the test suite.
25
# https://github.com/rails/rails/pull/35154
26
- gem "sqlite3", "~> 1.3.6"
+ gem "sqlite3", "~> 1.4"
27
gem "timecop", "~> 0.7.1"
28
end
test/gemfiles/6.0.gemfile
@@ -2,7 +2,7 @@ source "http://rubygems.org"
2
3
gemspec path: "../../"
gem "rubocop", require: false
0 commit comments