Skip to content

Commit

Permalink
Merge pull request #2637 from sparklemotion/flavorjones-work-around-m…
Browse files Browse the repository at this point in the history
…usl-regression-in-bundler

ci: workaround recent bundler release bug
  • Loading branch information
flavorjones authored Aug 27, 2022
2 parents 839f079 + b2adf01 commit 507388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-gem-install
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ -n "${BUNDLE_APP_CONFIG:-}" ] ; then
export BUNDLE_CACHE_PATH="${BUNDLE_APP_CONFIG}/cache"
fi

gem install bundler -v "~> 2.2"
gem install bundler -v "~> 2.2, != 2.3.21"
bundle install --local || bundle install

rm -rf lib ext # ensure we don't use the local files
Expand Down

0 comments on commit 507388c

Please sign in to comment.