Bump ruby version to 2.6.2
This commit is contained in:
parent
03244c1820
commit
7f8e1651f0
|
|
@ -1 +1 @@
|
||||||
2.5.3
|
2.6.2
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -3,7 +3,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
ruby '2.5.3'
|
ruby '2.6.2'
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '~> 5.2.1'
|
gem 'rails', '~> 5.2.1'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue