From ab5bcdc3fa0f99d218883d4c6cd62cb6e6446c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 5 Sep 2016 14:25:31 +0200 Subject: [PATCH] Specify ruby version in Gemfile --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 0ed66eb88c5..d835d24b68c 100644 --- a/Gemfile +++ b/Gemfile @@ -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'