From 5c016c39e465aca2b6860371456351524d4744c6 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 19 Jul 2013 16:39:59 -0500 Subject: [PATCH] * VRFS-424 pointing to int.jamkazam.com for gem server --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 079cca80a..d31c5ef8f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -source 'https://jamjam:blueberryjam@www.jamkazam.com/gems/' +source 'https://jamjam:blueberryjam@int.jamkazam.com/gems/' # Look for $WORKSPACE, otherwise use "workspace" as dev path. workspace = ENV["WORKSPACE"] || "~/workspace" devenv = ENV["BUILD_NUMBER"].nil? # Jenkins sets a build number environment variable