From fa7815965762b0afa26636f0689ba228ed55aedc Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 17 Oct 2013 11:44:12 +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 547ee81..c33edcc 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