Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit cc1d31f

Browse files
Merge pull request #660 from wordpress-mobile/tooling/fix-ci
[Tooling/CI] Fix Publish step
2 parents 552d2d3 + 3a77649 commit cc1d31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/publish-pod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SLACK_WEBHOOK=$PODS_SLACK_WEBHOOK
66

77
echo "--- :rubygems: Setting up Gems"
88
# See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
9-
gem install bundler:2.3.4
9+
gem install bundler
1010

1111
install_gems
1212

0 commit comments

Comments
 (0)