File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ build_config: &build_config
3333 TEST_FILES="$(circleci tests glob "spec/**/*_spec.rb" | \
3434 circleci tests split --split-by=timings)"
3535
36- bundle exec appraisal rspec \
36+ bundle _1.17.3_ exec appraisal rspec \
3737 --format progress \
3838 --format RspecJunitFormatter \
3939 --out /tmp/test-results/rspec.xml \
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ echo "Installing dependencies"
99
1010sudo gem install bundler:1.17.3 --default
1111
12- bundle check || bundle install --jobs=3 --retry=3
12+ bundle _1.17.3_ check || bundle _1.17.3_ install --jobs=3 --retry=3
1313
14- bundle exec appraisal install
14+ bundle _1.17.3_ exec appraisal install
1515
16- bundle exec appraisal $DIR /../spec/dummy/bin/setup
16+ bundle _1.17.3_ exec appraisal $DIR /../spec/dummy/bin/setup
You can’t perform that action at this time.
0 commit comments