File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ when /stable/
28
28
MAJOR = 6
29
29
MINOR = 0
30
30
when nil , false , ""
31
- MAJOR = 5
31
+ MAJOR = 6
32
32
MINOR = 0
33
33
else
34
34
match = /(\d +)(\. |-)(\d +)/ . match ( RAILS_VERSION )
Original file line number Diff line number Diff line change 1
1
version_file = File.expand_path("../.rails-version", __FILE__)
2
2
3
- # FIXME: rack 2.1.0 introduces a deprecation warning that rails is triggering,
4
- # but in later versions this warning will be removed. Get rid of this hack once
5
- # rack 2.1.0+ is out.
6
- gem 'rack', '!= 2.1.0'
7
-
8
3
case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp) || ''
9
4
when /master/
10
5
gem "rails", :git => "https://github.com/rails/rails.git"
@@ -28,7 +23,7 @@ when /stable$/
28
23
gem rails_gem, :git => "https://github.com/rails/rails.git", :branch => version
29
24
end
30
25
when nil, false, ""
31
- gem "rails", "~> 5 .0.0"
26
+ gem "rails", "~> 6 .0.0"
32
27
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
33
28
else
34
29
gem "rails", version
You can’t perform that action at this time.
0 commit comments