Skip to content

Commit 07e72f5

Browse files
committed
ci: pin RubyGems to 2.6.14 and force Bundler install for Ruby version <= 2.2
1 parent 5880223 commit 07e72f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@ jobs:
3636
uses: ruby/setup-ruby@v1
3737
with:
3838
ruby-version: ${{ matrix.ruby }}
39-
bundler: none
4039

4140
- name: Update RubyGems (for Ruby <= 2.2)
4241
if: matrix.ruby == '2.2.10' || matrix.ruby == '2.1.9'
43-
run: gem update --system 2.7.11
42+
run: gem update --system 2.6.14
4443

4544
- name: Install Bundler 1.17.3 (for Ruby <= 2.2)
4645
if: matrix.ruby == '2.2.10' || matrix.ruby == '2.1.9'
47-
run: gem install bundler -v 1.17.3
46+
run: gem install bundler -v 1.17.3 --force
4847

4948
- name: Install dependencies
5049
run: bundle install --jobs 3 --retry 3

0 commit comments

Comments
 (0)