Upgrade Ruby from 2.6.2 to 2.7.0
This commit is contained in:
parent
25530835e2
commit
2b0542f104
4 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ require:
|
|||
- rubocop-rspec
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.6
|
||||
TargetRubyVersion: 2.7
|
||||
DisplayCopNames: true
|
||||
|
||||
Exclude:
|
||||
|
|
|
@ -1 +1 @@
|
|||
ruby-2.6.2
|
||||
ruby-2.7.0
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
ruby '2.6.2'
|
||||
ruby '2.7.0'
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
|
|
|
@ -543,7 +543,7 @@ DEPENDENCIES
|
|||
yard (~> 0.9, >= 0.9.20)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.6.2p47
|
||||
ruby 2.7.0p0
|
||||
|
||||
BUNDLED WITH
|
||||
2.0.2
|
||||
2.1.2
|
||||
|
|
Reference in a new issue