Skip to content

Commit

Permalink
Merge pull request #1846 from Shopify/centralize_ruby_version
Browse files Browse the repository at this point in the history
Complete the `.ruby-version` standardization
  • Loading branch information
KaanOzkan authored Mar 26, 2024
2 parents fff1131 + 22a8190 commit 05359bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
rubygems: 'latest'
bundler: 'latest'
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 @@ require:
- rubocop-rspec

AllCops:
TargetRubyVersion: 3.0
NewCops: disable
SuggestExtensions: false
Exclude:
Expand Down

0 comments on commit 05359bf

Please sign in to comment.