Skip to content

Commit

Permalink
Drop 5-2-stable changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 15, 2022
1 parent 2e4b4a9 commit 0244e1b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Gemfile-rails-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,8 @@ when /stable$/
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', platforms: [:jruby]

gem_list.each do |rails_gem|
if version == '5-2-stable' && RUBY_VERSION < '2.3'
# Until 5-2-stable is fixed on Ruby 2.2, pin to last working version
gem rails_gem, :git => "https://github.com/rails/rails.git", :branch => "v5.2.6"
else
gem rails_gem, :git => "https://github.com/rails/rails.git", :branch => version
end
gem rails_gem, :git => "https://github.com/rails/rails.git", :branch => version
end

when nil, false, ""
add_net_gems_dependency # TODO: remove when we use switch to "~> 7.0.0" that declares dependency on those gems on itself
gem "rails", "~> 6.0.0"
Expand Down

0 comments on commit 0244e1b

Please sign in to comment.