File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-04-01T20:23:57 +02:00 from the rspec-dev repo.
1
+ # This file was generated on 2019-07-24T15:33:53 +02:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ if ruby -e "exit(ENV['RAILS_VERSION'].scan(/\d+\.\d+.\d+/)[0].to_f < 5)"; then
9
9
# On Rails versions less than 5, Bundler 2.0 is not supported
10
10
echo " Warning dowgrading to older version of Bundler"
11
11
12
- gem uninstall -aIx bundler || echo " Warning error occured removing bundler via gem"
13
-
14
12
# Delete all bundler version because we do not support Bundler 2+ below Rails 4
15
- rvm @global do gem uninstall -aIx bundler || true
13
+ rvm @global do gem uninstall -aIx bundler || echo " Warning error occured removing bundler via rvm "
16
14
17
15
gem install bundler -v ' 1.17.3'
18
16
fi
You can’t perform that action at this time.
0 commit comments