Skip to content

Commit b85407e

Browse files
committed
Revert upgrade of default, but keep in sync
1 parent 09b3c58 commit b85407e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ when /stable/
2929
MINOR = 0
3030
when nil, false, ""
3131
MAJOR = 5
32-
MINOR = 1
32+
MINOR = 0
3333
else
3434
match = /(\d+)(\.|-)(\d+)/.match(RAILS_VERSION)
3535
MAJOR, MINOR = match.captures.map(&:to_i).compact

Gemfile-rails-dependencies

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ when /stable$/
2525
gem rails_gem, :git => "https://github.com/rails/rails.git", :branch => version
2626
end
2727
when nil, false, ""
28-
gem "rails", "~> 5.1.0"
28+
gem "rails", "~> 5.0.0"
2929
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
30-
gem "puma"
3130
else
3231
gem "rails", version
3332

0 commit comments

Comments
 (0)