Skip to content

Commit e2d431a

Browse files
committed
Use Ruby 3.1 for linters
1 parent aa80243 commit e2d431a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/brakeman.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Ruby
2626
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: 2.6
28+
ruby-version: 3.1
2929
bundler-cache: true
3030

3131
- name: Setup gems

Diff for: .github/workflows/rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Ruby
2626
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: 2.6
28+
ruby-version: 3.1
2929
bundler-cache: true
3030

3131
- name: Setup gems

0 commit comments

Comments
 (0)