forked from External/greenlight
lock ruby version
This commit is contained in:
parent
0573927851
commit
693cb3202b
1
Gemfile
1
Gemfile
|
@ -1,5 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
ruby '2.3.1'
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
|
||||
|
|
|
@ -233,5 +233,8 @@ DEPENDENCIES
|
|||
uglifier (>= 1.3.0)
|
||||
web-console
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.3.1p112
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.5
|
||||
|
|
Loading…
Reference in New Issue