From 2f33e3434a872b98a5205a604c7295863f76f41c Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 17 Oct 2013 11:40:44 +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(-) diff --git a/Gemfile b/Gemfile index e2191da..020606c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source "https://rubygems.org" +source "http://rubygems.org" # Specify your gem's dependencies in opentox-server.gemspec gemspec gem "opentox-client", :path => "../opentox-client" -- cgit v1.2.3