Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0244e1b

Browse files
committedFeb 15, 2022
Drop 5-2-stable changes
1 parent 2e4b4a9 commit 0244e1b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎Gemfile-rails-dependencies

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,8 @@ when /stable$/
2323
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', platforms: [:jruby]
2424

2525
gem_list.each do |rails_gem|
26-
if version == '5-2-stable' && RUBY_VERSION < '2.3'
27-
# Until 5-2-stable is fixed on Ruby 2.2, pin to last working version
28-
gem rails_gem, :git => "https://github.com/rails/rails.git", :branch => "v5.2.6"
29-
else
30-
gem rails_gem, :git => "https://github.com/rails/rails.git", :branch => version
31-
end
26+
gem rails_gem, :git => "https://github.com/rails/rails.git", :branch => version
3227
end
33-
3428
when nil, false, ""
3529
add_net_gems_dependency # TODO: remove when we use switch to "~> 7.0.0" that declares dependency on those gems on itself
3630
gem "rails", "~> 6.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.