summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha Rautenberg <mr@mrautenberg.de>2015-08-04 16:35:24 +0200
committerMicha Rautenberg <mr@mrautenberg.de>2015-08-04 16:35:24 +0200
commitd4caeedfae954f5dbb72074a06dad7431a6d0418 (patch)
tree323cbc2afc2008cca3b574000e3f3a8015c8b617
parent6326fab234ae565531c734c47063ea4eca918509 (diff)
set versions of statsample and gsl to fix nightly errorsdevelopment
-rw-r--r--algorithm.gemspec4
1 files 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