From 6a0bab58f1271eff00d26ce4fc49cb967844be37 Mon Sep 17 00:00:00 2001 From: Benjamin Meichsner Date: Sun, 17 Feb 2013 21:01:08 +0100 Subject: [PATCH] Temporairly deactivated ruby spec in Gemfile. Background. Our bundler is too old on the production server and I don't want to break other applications. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1312389c..1bab6476 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # A sample Gemfile source "http://rubygems.org" -ruby "1.8.7" +#ruby "1.8.7" gem "rails", '2.3.17'