Skip to content

Commit

Permalink
Lock version of rubygems-update for Ruby 2.6|7
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 9, 2024
1 parent dc15965 commit 5350ce7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/build/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ if [[ "${FRAMEWORK}" =~ ^rails-4\.([0-9]) ]]; then
gem i "rubygems-update:~>2.7" --no-document
update_rubygems --no-document
gem i "bundler:~>1.17.3" --no-document
elif [[ "${RUBY_VERSION}" =~ ^2\.(6|7).+ ]]; then
gem i "rubygems-update:~>3.4.0" --no-document
update_rubygems --no-document
gem i bundler --no-document
# Install specific dependencies for 2.4.x and 2.5.x ruby versions
elif [[ "${RUBY_VERSION}" =~ ^2\.(4|5).+ ]]; then
gem i "rubygems-update:~>2.7" --no-document
Expand Down

0 comments on commit 5350ce7

Please sign in to comment.