Install RubyGem bundler version specified in Gemfile.lock to fix release failure (#7144)
* Update Gem version to fix Ruby release failure Ref: https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html
This commit is contained in:
parent
302f3ea1e5
commit
4cf5bfee95
@ -4,5 +4,6 @@ set +ex
|
||||
[[ -s /etc/profile.d/rvm.sh ]] && . /etc/profile.d/rvm.sh
|
||||
set -e # rvm commands are very verbose
|
||||
rvm --default use ruby-2.4.1
|
||||
gem install bundler --update
|
||||
# The version needs to be updated if the version specified in Gemfile.lock is changed
|
||||
gem install bundler -v '1.17.3'
|
||||
set -ex
|
||||
|
Loading…
Reference in New Issue
Block a user