We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6cac9 commit 4d4bd68Copy full SHA for 4d4bd68
.github/workflows/main.yml
@@ -10,13 +10,13 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- name: Set up Ruby
15
uses: ruby/setup-ruby@v1
16
with:
17
- ruby-version: 2.6.6
+ ruby-version: 3.1
18
- name: Build, Lint, and Test
19
run: |
20
- gem install bundler -v 2.2.15
+ gem install bundler -v 2.3.19
21
bundle install
22
bundle exec rake
.rubocop.yml
@@ -1,5 +1,5 @@
1
AllCops:
2
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 3.1
3
4
Layout/LineLength:
5
Max: 120
0 commit comments