From 6f5804d6b24ddb64b9806c89e4c4240540b092b6 Mon Sep 17 00:00:00 2001 From: Karl Freeman Date: Sun, 24 Feb 2013 19:13:54 +0000 Subject: [PATCH] Bundler advises not to use a source symbol anymore - https://github.com/carlhuda/bundler/commit/d30026e9c8fc6c98478120866a47ca5b619251b8 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 47e44b9d..1c86b4cd 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source :rubygems +source 'https://rubygems.org' # Make sure to use Haml 4 for tests gem "haml", "~> 4.0.0"