Skip to content

Commit d93c670

Browse files
committed
Merge #1016: ci: Use bundler 2.4.22
0c10f28 ci: Use bundler 2.4.22 (Ava Chow) Pull request description: The last version of bundle to support ruby 2.7.4 is 2.4.22. Should fix the current CI failure. ACKs for top commit: laanwj: ACK 0c10f28 Tree-SHA512: a68213e43ab69e6119b0bf7bcdecec2a7f99baf6929ea5c8bf3e6ad1f4d6c911a13137b185d12c979bb8347c54d945b44bd442491249e99af01516eaea4fdf6d
2 parents 2072315 + 0c10f28 commit d93c670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
task:
1010
name: Bundler build
1111

12-
bootstrap_script: gem install bundler
12+
bootstrap_script: gem install bundler -v 2.4.22
1313
bundler_cache:
1414
folder: /usr/local/bundle
1515
fingerprint_script:

0 commit comments

Comments
 (0)