Skip to content

Commit

Permalink
Merge pull request #533 from Shopify/centralize_ruby_version
Browse files Browse the repository at this point in the history
Centralize Ruby Version to `.ruby-version`
  • Loading branch information
andyw8 authored Apr 2, 2024
2 parents f2b202f + 82dbf5e commit 35b7ee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ["3.0", "3.1", "3.2"]
ruby: ["3.0", "3.1", "3.2", "3.3"]
name: ${{ matrix.os }} ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ inherit_gem:

AllCops:
NewCops: disable
TargetRubyVersion: 3.0
SuggestExtensions: false
Exclude:
- 'vendor/**/*'
Expand Down

0 comments on commit 35b7ee2

Please sign in to comment.