Skip to content

Commit 1f45f53

Browse files
(maint) Merge up 2a0568c to main
Generated by CI * commit '2a0568cd9a754b269906cfbecbc831ba00c5ca68': (packaging) Updating manpage file for 6.x (maint) For ruby 2.5, pin to older version of rubygems-update
2 parents f714647 + 2a0568c commit 1f45f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yaml

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

3535
- name: Update rubygems and install gems
3636
run: |
37-
gem update --system --silent --no-document
37+
gem update --system 3.3.26 --silent --no-document
3838
bundle config set without packaging documentation
3939
bundle install --jobs 4 --retry 3
4040

.github/workflows/rspec_tests.yaml

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

3939
- name: Update rubygems and install gems
4040
run: |
41-
gem update --system --silent --no-document
41+
gem update --system 3.3.26 --silent --no-document
4242
bundle config set without packaging documentation
4343
bundle install --jobs 4 --retry 3
4444

0 commit comments

Comments
 (0)