summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-18 21:03:38 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-18 21:03:38 +0100
commit1f9509b35c39284fa06c25c0ce07c7a1bd923be7 (patch)
treee4dbd87d292405267ff50fe6548ea41e12f75c35 /application.rb
parentae21e1dcb471832e96b90904e8c29c5febd7a74e (diff)
opentox-api-wrapper version bumped to 1.4.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 202a5f6..278d411 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.3.1'
+gem 'opentox-ruby-api-wrapper', '= 1.4.0'
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)