Skip to content

Commit

Permalink
Merge pull request #31 from yahonda/revert-30-lock_rubygems_343
Browse files Browse the repository at this point in the history
Revert "Lock RubyGems and Bundler version"
  • Loading branch information
matthewd authored Jan 22, 2023
2 parents fa4f164 + c24c421 commit 49d8163
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pipeline-generate
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,13 @@ BUNDLER =
"< 2"
when Gem::Requirement.new("< 6.1")
"< 2.2.10"
else
"< 2.4.4"
end
RUBYGEMS =
case RAILS_VERSION
when Gem::Requirement.new("< 5.0")
"2.6.13"
when Gem::Requirement.new("< 6.1")
"3.2.9"
else
"3.4.3"
end

MAX_RUBY =
Expand Down

0 comments on commit 49d8163

Please sign in to comment.