From df984f9ebfcffa2272da0016783e1c4e888ed1dc Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 4 May 2015 21:17:44 -0400 Subject: [PATCH] Specify Ruby version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f733ff5..16845a7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.2' +ruby '2.2.2' gem 'compass'