Change ruby version from 2.3.6 to 2.3.x

We should accept all ruby version in branch 2.3.x.
This commit is contained in:
Kamil Grabowski 2018-04-25 11:28:55 +02:00 committed by Eric Schultz
parent 0b065f226d
commit 2526cac4e4
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.3.6
2.3

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.3.6'
ruby '~> 2.3.6'
gem 'rake'
gem 'rails', '3.2.22.5'
gem 'rails_12factor'