Skip to content

Commit

Permalink
Merge pull request #132 from Shopify/centralize_ruby_version
Browse files Browse the repository at this point in the history
Use .ruby-version
  • Loading branch information
etiennebarrie authored Apr 8, 2024
2 parents 4892673 + cbd50fa commit d0adfeb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Install Valgrind
run: sudo apt-get install valgrind
Expand All @@ -54,7 +53,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run style checks
run: bundle exec rubocop
Expand Down
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ inherit_gem:
rubocop-shopify: rubocop.yml

AllCops:
TargetRubyVersion: 3.0
NewCops: disable
SuggestExtensions: false
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.0

0 comments on commit d0adfeb

Please sign in to comment.