Skip to content

Commit

Permalink
Install RubyGem bundler version specified in Gemfile.lock to fix rele…
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi-kamal committed Jan 31, 2020
1 parent 47434eb commit bc237eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kokoro/release/ruby/linux/ruby/ruby_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bc237eb

Please sign in to comment.