Skip to content

Commit 2bc2343

Browse files
committed
DX-1846: Use Ruby version 2.7.6
1 parent b6ab8b3 commit 2bc2343

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.docker/entrypoint/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AllCops:
88
- _site/**/*
99
- spec/**/*
1010
- vendor/**/*
11-
TargetRubyVersion: 2.7
11+
TargetRubyVersion: 2.7.6
1212
Layout:
1313
LineLength: 100
1414
IndentationStyle:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@v3
179179
- uses: ruby/setup-ruby@v1
180180
with:
181-
ruby-version: 2.7
181+
ruby-version: 2.7.6
182182
bundler-cache: true
183183
working-directory: ${{ env.working-directory }}
184184
- run: bundle exec rake
@@ -195,7 +195,7 @@ jobs:
195195

196196
- uses: ruby/setup-ruby@v1
197197
with:
198-
ruby-version: 2.7
198+
ruby-version: 2.7.6
199199
bundler-cache: true
200200

201201
- name: Verify build output

0 commit comments

Comments
 (0)