Skip to content

Commit

Permalink
Revert "Merge pull request #1098 from appsignal/skip-rubygems-bundler…
Browse files Browse the repository at this point in the history
…-update-jruby"

This reverts commit d2aac33, reversing
changes made to 7c376b0.
  • Loading branch information
tombruijn committed Dec 9, 2024
1 parent 4b3039e commit e603284
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions script/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ set -eu

gem_args="--no-verbose --no-document"

# Workaround for https://github.com/jruby/jruby/issues/7059
if [[ "${RUBY_VERSION}" == *"jruby"* ]]; then
echo "Skipping rubygems and bundler update for JRuby"
exit 0
fi

case "${_RUBYGEMS_VERSION-"latest"}" in
"latest")
echo "Updating rubygems"
Expand Down

0 comments on commit e603284

Please sign in to comment.