Skip to content

Commit

Permalink
Revert "use current bundler version if possible"
Browse files Browse the repository at this point in the history
This reverts commit ad7c85e.
  • Loading branch information
manuelmeurer committed Mar 7, 2024
1 parent 2ce384d commit e13d3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/rails_release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def compatible_ruby_version

def compatible_bundler_version
if version
Gem::Version.new(version < Gem::Version.new("5") ? "1.17.3" : Bundler::VERSION)
Gem::Version.new(version < Gem::Version.new("5") ? "1.17.3" : "2.1.4")
end
end
end
Expand Down

0 comments on commit e13d3c1

Please sign in to comment.