Skip to content

Commit

Permalink
Lint with Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Sep 10, 2024
1 parent c962aa9 commit 2a9dac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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
2 changes: 1 addition & 1 deletion .standard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parallel: true
format: progress
ruby_version: 3.0
ruby_version: 3.1
ignore:
- "spec/dummy/**/*"

0 comments on commit 2a9dac4

Please sign in to comment.