Skip to content

Commit

Permalink
remove missed rvm syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 19, 2024
1 parent 78ec459 commit 9faee9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/tests/homebrew-packaging/setup
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ! gem list | grep -qE '^rack '; then
# which in turn requires the 'rack' gem to be installed in the system Ruby's
# default RubyGems path. 'rake test:install_deps' installs to a local bundler
# directory but not to the default RubyGems path.
retry_run 3 sudo system gem install rack --no-document
retry_run 3 sudo gem install rack --no-document
fi
retry_run 3 rake test:install_deps DEVDEPS_DEFAULT=no BASE_DEPS=yes SUDO=yes
retry_run 3 gem install bundler -v '~>1.0' --no-document
Expand Down

0 comments on commit 9faee9b

Please sign in to comment.