summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-21 18:48:47 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-21 18:48:47 +0200
commit5d011ca65f1bb4a3dca12043d4f7c08a320a4a65 (patch)
treed72389f7aeee26cb8ae7ac94c4f9ef4e4a011a28 /application.rb
parent959ee716e34da0f1fa1fcd57e145a09f7904dee5 (diff)
opentox-api-wrapper bumped to
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 a913863..1fbb755 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", "= 1.5.4"
+gem "opentox-ruby-api-wrapper", "= "
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)