Skip to content

Commit

Permalink
Merge pull request #269 from ruby-i18n/movermeyer/lint_with_3_1
Browse files Browse the repository at this point in the history
Lint with Ruby 3.1
  • Loading branch information
movermeyer authored Dec 1, 2024
2 parents 848264d + 26d25cf commit 6bc7d13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Install libyaml
run: sudo apt-get update -y && sudo apt-get install -y libyaml-dev

- name: Set up Ruby 3.1
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.1
ruby-version: 3.3

- name: Lint code
run: bundle exec rubocop
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inherit_gem:
rubocop-shopify: rubocop.yml

AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
UseCache: true
CacheRootDirectory: tmp/rubocop
NewCops: enable
Expand Down

0 comments on commit 6bc7d13

Please sign in to comment.