Skip to content

Commit 39cbd9e

Browse files
authored
Merge branch 'master' into 4-0-dev
2 parents 16cd02e + 4eeb9ac commit 39cbd9e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.rubocop_rspec_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
# This file contains defaults for RSpec projects. Individual projects

script/downgrade_bundler_on_old_rails

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ if ruby -e "exit(ENV['RAILS_VERSION'].scan(/\d+\.\d+.\d+/)[0].to_f < 5)"; then
99
# On Rails versions less than 5, Bundler 2.0 is not supported
1010
echo "Warning dowgrading to older version of Bundler"
1111

12-
gem uninstall -aIx bundler || echo "Warning error occured removing bundler via gem"
13-
1412
# 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"
1614

1715
gem install bundler -v '1.17.3'
1816
fi

0 commit comments

Comments
 (0)