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.
1 parent b6ab8b3 commit 2bc2343Copy full SHA for 2bc2343
.docker/entrypoint/.rubocop.yml
@@ -8,7 +8,7 @@ AllCops:
8
- _site/**/*
9
- spec/**/*
10
- vendor/**/*
11
- TargetRubyVersion: 2.7
+ TargetRubyVersion: 2.7.6
12
Layout:
13
LineLength: 100
14
IndentationStyle:
.github/workflows/test.yml
@@ -178,7 +178,7 @@ jobs:
178
- uses: actions/checkout@v3
179
- uses: ruby/setup-ruby@v1
180
with:
181
- ruby-version: 2.7
+ ruby-version: 2.7.6
182
bundler-cache: true
183
working-directory: ${{ env.working-directory }}
184
- run: bundle exec rake
@@ -195,7 +195,7 @@ jobs:
195
196
197
198
199
200
201
- name: Verify build output
0 commit comments