From 8f1910489a915ae421bd1f035cf3df358f98e14d Mon Sep 17 00:00:00 2001 From: Patricio Mac Adden Date: Thu, 7 Mar 2013 22:43:46 -0300 Subject: [PATCH] fix gemfile source. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 13df48e2..15274ad5 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ # If you have issues with a gem: `bundle install --without-coffee-script`. RUBY_ENGINE = 'ruby' unless defined? RUBY_ENGINE -source :rubygems unless ENV['QUICK'] +source 'https://rubygems.org' unless ENV['QUICK'] gemspec gem 'rake'