We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48c003c + a6c2d2c commit 38b6335Copy full SHA for 38b6335
.github/workflows/ruby.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- ruby-version: ['3.1'] # , '2.7', '3.0'
+ ruby-version: ['3.2'] # , '2.7', '3.0'
21
22
steps:
23
- uses: actions/checkout@v4
.rubocop.yml
@@ -1,7 +1,7 @@
1
inherit_from: .rubocop_todo.yml
2
3
AllCops:
4
- TargetRubyVersion: 3.1
+ TargetRubyVersion: 3.2
5
6
Bundler/OrderedGems:
7
Enabled: false
0 commit comments