Upgrade Ruby version from 2.5.1 to 2.6.0
This commit is contained in:
parent
6bc4dfbcad
commit
dc6ed491fe
4 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
AllCops:
|
||||
TargetRubyVersion: 2.5
|
||||
TargetRubyVersion: 2.6
|
||||
DisplayCopNames: true
|
||||
|
||||
Exclude:
|
||||
|
|
|
@ -1 +1 @@
|
|||
ruby-2.5.1
|
||||
ruby-2.6.0
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
ruby '2.5.1'
|
||||
ruby '2.6.0'
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
|
|
|
@ -491,7 +491,7 @@ DEPENDENCIES
|
|||
yard (~> 0.9)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.5.1p57
|
||||
ruby 2.6.0p0
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.6
|
||||
1.17.2
|
||||
|
|
Reference in a new issue