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 1e26b28 commit 1a9661dCopy full SHA for 1a9661d
script/downgrade_bundler_on_old_rails
@@ -10,4 +10,5 @@ if ruby -e "exit(ENV['RAILS_VERSION'].to_f < 5)"; then
10
echo "Warning dowgrading to older version of Bundler"
11
gem uninstall -aIx bundler
12
gem install bundler -v '1.17.3'
13
+ gem list
14
fi
script/functions.sh
@@ -83,6 +83,7 @@ function run_spec_suite_for {
83
pushd ../$1
84
unset BUNDLE_GEMFILE
85
bundle_install_flags=`cat .travis.yml | grep bundler_args | tr -d '"' | grep -o " .*"`
86
87
travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)"
88
run_specs_and_record_done
89
popd
0 commit comments