Skip to content

Commit b3a92fe

Browse files
committed
💚 Explicit rubygems and bundler versions
1 parent 9526268 commit b3a92fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hoary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
appraisal: "ruby-2-2"
3737
exec_cmd: "rake spec"
3838
gemfile: "Appraisal.root"
39-
rubygems: default
40-
bundler: default
39+
rubygems: "2.7.11"
40+
bundler: "1.17.3"
4141

4242
steps:
4343
- name: Checkout

0 commit comments

Comments
 (0)