Skip to content

Commit 5bbd883

Browse files
authored
Merge pull request #8865 from joshcooper/backport_check_fix
(maint) Update rubygems and remove unnecessary step
2 parents ae7ff0a + 7a753d0 commit 5bbd883

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
with:
3030
ruby-version: ${{ matrix.cfg.ruby }}
3131

32-
- name: Install bundler and gems
32+
- name: Update rubygems and install gems
3333
run: |
34-
gem install bundler
34+
gem update --system --no-document
3535
bundle config set without packaging documentation
3636
bundle install --jobs 4 --retry 3
3737

.github/workflows/rspec_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
with:
3434
ruby-version: ${{ matrix.cfg.ruby }}
3535

36-
- name: Install bundler and gems
36+
- name: Update rubygems and install gems
3737
run: |
38-
gem install bundler
38+
gem update --system --no-document
3939
bundle config set without packaging documentation
4040
bundle install --jobs 4 --retry 3
4141

0 commit comments

Comments
 (0)