Skip to content

Commit 1a9661d

Browse files
committed
debug
1 parent 1e26b28 commit 1a9661d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

script/downgrade_bundler_on_old_rails

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ if ruby -e "exit(ENV['RAILS_VERSION'].to_f < 5)"; then
1010
echo "Warning dowgrading to older version of Bundler"
1111
gem uninstall -aIx bundler
1212
gem install bundler -v '1.17.3'
13+
gem list
1314
fi

script/functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function run_spec_suite_for {
8383
pushd ../$1
8484
unset BUNDLE_GEMFILE
8585
bundle_install_flags=`cat .travis.yml | grep bundler_args | tr -d '"' | grep -o " .*"`
86+
gem list
8687
travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)"
8788
run_specs_and_record_done
8889
popd

0 commit comments

Comments
 (0)