File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11require : rubocop-performance
22
33AllCops :
4- TargetRubyVersion : 2.4
4+ TargetRubyVersion : 2.7
55 Exclude :
66 - ' **/bin/**/*'
77 - ' **/db/**/*'
@@ -32,4 +32,3 @@ Style/TrailingCommaInArrayLiteral:
3232
3333Style/TrailingCommaInHashLiteral :
3434 EnforcedStyleForMultiline : consistent_comma
35-
Original file line number Diff line number Diff line change 1- 2.5.1
1+ 2.7.0
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ DEPENDENCIES
3737 safe_yaml
3838
3939BUNDLED WITH
40- 1.16.1
40+ 2.1.4
You can’t perform that action at this time.
0 commit comments