summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-21 16:47:50 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-21 16:47:50 +0200
commitdb5c876b73ea33562cd06c7591afd80c3ca3b307 (patch)
treeedff9e985b7482ca2a032e8bdc12ebbe84bb2ea5 /application.rb
parent72ad070dd50db5c1af73077abe658ec3d68dafa7 (diff)
opentox-api-wrapper bumped to 1.5.4
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 c011406..1de8e86 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.3'
+gem 'opentox-ruby-api-wrapper', '= 1.5.4'
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)