summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorch <ch@ot-test.in-silico.ch>2010-05-12 14:12:23 +0200
committerch <ch@ot-test.in-silico.ch>2010-05-12 14:12:23 +0200
commit1b5499cc3a1a247d7dc282e911edf71a2de6c1fa (patch)
tree7bf74860fa988f55ac24ea49be6bfaf532cb5843 /application.rb
parent81cd1a2e721adb2c2a1600ba2ddb4646e2ad20ef (diff)
opentox-api-wrapper version updated
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 278d411..239887e 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.4.0'
+gem 'opentox-ruby-api-wrapper', '= 1.5.0'
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)