Skip to content

Commit

Permalink
fix(CI): Use Ruby 3.1 to lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Sep 6, 2024
1 parent 59fca9d commit 3708143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.1"
bundler-cache: true
- name: Lint Ruby files
run: bundle exec standardrb
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require: standard

AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1

inherit_gem:
standard: config/base.yml
1 change: 1 addition & 0 deletions .standard.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
parallel: true
ruby_version: 3.1
ignore:
- "spec/dummy/**/*"

0 comments on commit 3708143

Please sign in to comment.