From 9548b484a60c271add21a1666f03a414c905c3c3 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 17 Oct 2013 11:39:55 +0200 Subject: temp fix for: bundle install fails with ssl certificate verification err (see: http://stackoverflow.com/questions/10246023/bundle-install-fails-with-ssl-certificate-verification-error) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 3be9c3c..1aa98e4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,2 @@ -source "https://rubygems.org" +source "http://rubygems.org" gemspec -- cgit v1.2.3