Change Ruby version in Gemfile and .ruby-version

This commit is contained in:
Jérémy Lecour 2018-06-12 23:00:09 +02:00 committed by Jérémy Lecour
parent f15ddc15de
commit 6ec587ce53
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.5.1
2.3.3

View File

@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.5.1'
ruby '2.3.3'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.0'