From 75a214bc7fb9172038ff908c3833fc651db6f2ab Mon Sep 17 00:00:00 2001 From: Mike Slemmer Date: Mon, 3 Dec 2012 17:44:10 -0800 Subject: [PATCH] uncomment line --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2f6916def..2800d858b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,7 @@ #ruby=1.9.3 source 'https://rubygems.org' -# From mslemmer: -# This source cmd doesnt work for me and blocks bundle install -#source 'https://jamjam:blueberryjam@www.jamkazam.com/gems/' +source 'https://jamjam:blueberryjam@www.jamkazam.com/gems/' # Look for $WORKSPACE, otherwise use "workspace" as dev path. workspace = ENV["WORKSPACE"] || "~/workspace"