Skip to content

Commit 3efae43

Browse files
committed
Update Ruby version for rubocop
1 parent e0b50f0 commit 3efae43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 3.1
18+
ruby-version: 3.2
1919
bundler-cache: true
2020
- name: Lint Ruby code with RuboCop
2121
run: |
22-
bundle exec rubocop
22+
bundle exec rubocop

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AllCops:
1616
- '.github/**/*'
1717
DisplayCopNames: true
1818
SuggestExtensions: false
19-
TargetRubyVersion: 2.7
19+
TargetRubyVersion: 3.2
2020

2121
Standard/BlockSingleLineBraces:
2222
Enabled: false

0 commit comments

Comments
 (0)