Skip to content

Commit 2564b71

Browse files
authored
Merge pull request rails#45441 from eileencodes/bump-ruby-version-for-rubocop
Bump ruby version for Rubocop
2 parents 1dd7dcc + 591c884 commit 2564b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Set up Ruby 2.7
17+
- name: Set up Ruby 3.1
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 2.7
20+
ruby-version: 3.1
2121
bundler-cache: true
2222

2323
- name: Run RuboCop

0 commit comments

Comments
 (0)