summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-21 18:57:53 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-21 18:57:53 +0200
commit6b71a604fdf5e9f23d544319e9a2af213469e69d (patch)
treeacb807a767a3371bd5873b547a612eb664f17526 /application.rb
parent5d011ca65f1bb4a3dca12043d4f7c08a320a4a65 (diff)
opentox-api-wrapper bumped to 1.5.5
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 1fbb755..286e5b0 100644
--- a/application.rb
+++ b/application.rb
@@ -1,6 +1,6 @@
require 'rubygems'
require 'libfminer/fminer' # has to be included before openbabel, otherwise we have strange SWIG overloading problems
-gem "opentox-ruby-api-wrapper", "= "
+gem "opentox-ruby-api-wrapper", "= 1.5.5"
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)