Skip to content

Commit 60b67e3

Browse files
committed
Reinstall the default bundler version - just to be sure everything works
1 parent 27acecb commit 60b67e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bump_bundler_version.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
echo "Remove all bundler versions except the default one"
2323
gem uninstall bundler -a -x
2424
25+
BUNDLER_VERSION=$(ruby -rbundler -e 'puts Bundler::VERSION')
26+
27+
echo "Reinstall the default bundler version - just to be sure everything works"
28+
gem install bundler -v $BUNDLER_VERSION
29+
2530
ruby -v
2631
bundler -v
2732

0 commit comments

Comments
 (0)