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 7f5dd6d commit 9b56320Copy full SHA for 9b56320
script/downgrade_bundler_on_old_rails
@@ -11,10 +11,7 @@ if ruby -e "exit(ENV['RAILS_VERSION'].scan(/\d+\.\d+.\d+/)[0].to_f < 5)"; then
11
12
gem uninstall -aIx bundler || echo "Warning error occured removing bundler via gem"
13
14
- # this only works on Ruby 2.3 which is luckily the version we need to fix
15
- if is_ruby_23; then
16
- rvm @global do gem uninstall -aIx bundler || echo "Warning error occured removing bundler via rvm"
17
- fi
+ rvm @global do gem uninstall -aIx bundler || echo "Warning error occured removing bundler via rvm"
18
19
gem install bundler -v '1.17.3'
20
fi
0 commit comments