Skip to content

Commit

Permalink
publish needs ruby 3 as well (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Feb 19, 2024
1 parent 0bc0e93 commit 7e807ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Setup Ruby using Bundler
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7.1"
ruby-version: "3.1.4"
bundler-cache: true
bundler: "2.1.4"
bundler: "2.3.6"

- name: install gems
run: bundle install
Expand Down

0 comments on commit 7e807ab

Please sign in to comment.