summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-07-19 12:20:37 +0200
committerChristoph Helma <helma@in-silico.ch>2010-07-19 12:20:37 +0200
commit27c75bd2e7b15a2489cd5c69405ab9ddeb064cfa (patch)
tree25a75eaf86120fbb4653d46cfdbc8660eb603629 /application.rb
parentd8062b7e3da21c3b59d7319ae1c51dbc0adba8e0 (diff)
opentox-api-wrapper bumped to 1.6.0
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 44abf15..1209bea 100644
--- a/application.rb
+++ b/application.rb
@@ -1,6 +1,6 @@
require 'rubygems'
require 'libfminer/libbbrc/bbrc' # has to be included before openbabel, otherwise we have strange SWIG overloading problems
-gem "opentox-ruby-api-wrapper", "= 1.5.7"
+gem "opentox-ruby-api-wrapper", "= 1.6.0"
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)