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:
parent
0b065f226d
commit
2526cac4e4
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
2.3.6
|
2.3
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby '2.3.6'
|
ruby '~> 2.3.6'
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'rails', '3.2.22.5'
|
gem 'rails', '3.2.22.5'
|
||||||
gem 'rails_12factor'
|
gem 'rails_12factor'
|
||||||
|
|
Loading…
Add table
Reference in a new issue