1
0
Fork 0

Upgrade Ruby version from 2.5.1 to 2.6.0

This commit is contained in:
Alex Kotov 2019-01-29 04:46:07 +05:00
parent 6bc4dfbcad
commit dc6ed491fe
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 2.6
DisplayCopNames: true
Exclude:

View file

@ -1 +1 @@
ruby-2.5.1
ruby-2.6.0

View file

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

View file

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