Skip to content

Commit e270a44

Browse files
committed
Pin bundler to 2.4.22 for Ruby 2.7 compatibility in CI
1 parent ba55420 commit e270a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: rspec
2323
run: |
24-
gem install bundler
24+
gem install bundler -v 2.4.22
2525
bundle install
2626
bundle exec rspec
2727

0 commit comments

Comments
 (0)