From d4caeedfae954f5dbb72074a06dad7431a6d0418 Mon Sep 17 00:00:00 2001 From: Micha Rautenberg Date: Tue, 4 Aug 2015 16:35:24 +0200 Subject: set versions of statsample and gsl to fix nightly errors --- algorithm.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algorithm.gemspec b/algorithm.gemspec index 3bda834..e0a4bdd 100644 --- a/algorithm.gemspec +++ b/algorithm.gemspec @@ -21,8 +21,8 @@ Gem::Specification.new do |s| s.add_runtime_dependency "opentox-client" s.add_runtime_dependency 'rinruby'#, "~>2.0.2" s.add_runtime_dependency 'nokogiri'#, "~>1.4.4" - s.add_runtime_dependency 'statsample'#, "~>1.1" - s.add_runtime_dependency 'gsl'#, "~>1.14" + s.add_runtime_dependency 'statsample', "=1.4.3" + s.add_runtime_dependency 'gsl', "=1.15.3" s.add_runtime_dependency "openbabel"#, "~>2.3.1.5" s.post_install_message = "Please configure your service in ~/.opentox/config/algorithm.rb" end -- cgit v1.2.3