Skip to content

Commit 94f0237

Browse files
authored
Update gem-push.yml
1 parent ee73dde commit 94f0237

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gem-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up Ruby 2.7
19+
- name: Set up Ruby 3.0
2020
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
2121
with:
22-
ruby-version: '2.7'
22+
ruby-version: '3.0'
2323
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2424

2525
- name: Generate man page

0 commit comments

Comments
 (0)