Skip to content

Commit ecef425

Browse files
authored
Use Bundler 2.3.x in Buildkite cache-builder.yml pipeline (#17901)
2 parents cf998d5 + c585f51 commit ecef425

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.buildkite/cache-builder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ steps:
2626
- label: ":cocoapods: Rebuild CocoaPods cache"
2727
command: |
2828
echo "--- :rubygems: Setting up Gems"
29+
# See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
30+
gem install bundler:2.3.6
31+
2932
install_gems
3033
3134
echo "--- :cocoapods: Rebuilding Pod Cache"

0 commit comments

Comments
 (0)