1
0
Fork 0

Upgrade Ruby from 2.6.2 to 2.7.0

This commit is contained in:
Alex Kotov 2020-01-15 15:52:32 +05:00
parent 25530835e2
commit 2b0542f104
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ require:
- rubocop-rspec
AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
DisplayCopNames: true
Exclude:

View File

@ -1 +1 @@
ruby-2.6.2
ruby-2.7.0

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
ruby '2.6.2'
ruby '2.7.0'
source 'https://rubygems.org'

View File

@ -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