Add ruby-version to Gemfile
This commit is contained in:
parent
54bdaf1f11
commit
be3d369392
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -1,4 +1,5 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
ruby '2.4.0'
|
||||||
|
|
||||||
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
|
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
|
||||||
gem 'sass-rails', '~> 5.0'
|
gem 'sass-rails', '~> 5.0'
|
||||||
|
|
|
@ -487,5 +487,8 @@ DEPENDENCIES
|
||||||
webpacker
|
webpacker
|
||||||
wisper (= 2.0.0)
|
wisper (= 2.0.0)
|
||||||
|
|
||||||
|
RUBY VERSION
|
||||||
|
ruby 2.4.0p0
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
1.17.3
|
||||||
|
|
Loading…
Reference in a new issue