We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0990dad commit bc3df4aCopy full SHA for bc3df4a
.circleci/config.yml
@@ -80,6 +80,8 @@ jobs:
80
if [[ $i == jruby* ]]; then
81
gem install jruby-openssl; # required by bundler, no effect on Ruby MRI
82
fi
83
+ # bundler 2.0 may be preinstalled, we need to remove it if so
84
+ yes | gem uninstall bundler --version '>=2.0' || true;
85
gem install bundler -v "~> 1.7";
86
bundle install;
87
mv Gemfile.lock "Gemfile.lock.$i"
0 commit comments