Skip to content

Commit

Permalink
Merge pull request #344 from ifad/chore/rubocop-ruby-34
Browse files Browse the repository at this point in the history
Use Ruby 3.4 for RuboCop action
  • Loading branch information
tagliala authored Dec 25, 2024
2 parents 0eb14d6 + 551a2d9 commit 82fbbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4'
rubygems: latest
bundler-cache: true
- name: RuboCop
Expand Down

0 comments on commit 82fbbea

Please # to comment.