Skip to content

Commit f99961d

Browse files
authored
Merge branch 'master' into add-cache-action
2 parents 73dadda + 887b2ee commit f99961d

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@master
9+
- uses: actions/checkout@v2
1010
- name: Setup Ruby
1111
uses: actions/setup-ruby@v1
1212
with:
13-
ruby-version: 2.6.x
13+
ruby-version: 2.7
1414
- name: Install bundler
1515
run: |
1616
gem install bundler:1.14.0

.rubocop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require: rubocop-performance
22

33
AllCops:
4-
TargetRubyVersion: 2.4
4+
TargetRubyVersion: 2.7
55
Exclude:
66
- '**/bin/**/*'
77
- '**/db/**/*'
@@ -32,4 +32,3 @@ Style/TrailingCommaInArrayLiteral:
3232

3333
Style/TrailingCommaInHashLiteral:
3434
EnforcedStyleForMultiline: consistent_comma
35-

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.7.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ DEPENDENCIES
3737
safe_yaml
3838

3939
BUNDLED WITH
40-
1.16.1
40+
2.1.4

0 commit comments

Comments
 (0)