From 843e40f0a51d2ab1c2be3abad7c00b4050ded4c5 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 17 Oct 2013 11:44:47 +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 d4a8745..dd846a6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'http://rubygems.org' gemspec gem "opentox-server", :path => "../opentox-server" gem "opentox-client", :path => "../opentox-client" -- cgit v1.2.3