Skip to content

Commit

Permalink
ruby/setup-ruby chooses version from .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Oct 28, 2024
1 parent 572e64a commit df41f05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- run: bundle exec rubocop
1 change: 0 additions & 1 deletion .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Prepare spec
run: |
Expand Down

0 comments on commit df41f05

Please sign in to comment.