Specify ruby version in Gemfile

This commit is contained in:
Oliver Günther
2016-09-05 14:25:31 +02:00
parent 6cad072dc8
commit ab5bcdc3fa
+2
View File
@@ -28,6 +28,8 @@
source 'https://rubygems.org'
ruby '2.3.1'
gem 'rails', '~> 4.2.7', '>= 4.2.7.1'
gem 'actionpack-action_caching'
gem 'actionpack-xml_parser'