We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a2571 commit 9827619Copy full SHA for 9827619
scripts/test-gem-install
@@ -29,9 +29,7 @@ if [ -n "${BUNDLE_APP_CONFIG:-}" ] ; then
29
export BUNDLE_CACHE_PATH="${BUNDLE_APP_CONFIG}/cache"
30
fi
31
32
-# 2.3.21 because https://github.com/rubygems/rubygems/issues/5914
33
-# 2.3.22 because https://github.com/rubygems/rubygems/issues/5940
34
-gem install bundler -v "~> 2.2, != 2.3.21, != 2.3.22"
+gem install bundler -v "2.4.22" # should work fine on ruby 2.7 and above
35
bundle install --local || bundle install
36
37
rm -rf lib ext # ensure we don't use the local files
0 commit comments