From 5aa51d12ef269d11ea21c1f34fcbd53309208b19 Mon Sep 17 00:00:00 2001 From: Marnen Laibow-Koser Date: Mon, 28 Mar 2011 15:19:28 -0400 Subject: [PATCH] Fix sources. [#53] --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index babb3128..7bc88e3e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,4 @@ -#source 'http://rubygems.org' -source 'http://localhost:8808' +source 'http://rubygems.org' gem 'rails', '~> 2.3.5' gem 'postgres'