summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-06-15 17:17:51 +0200
committerChristoph Helma <helma@in-silico.ch>2010-06-15 17:17:51 +0200
commitddc7a20931939a9d1b43704065591790b4438f19 (patch)
treebe63e93154f3105397aba306c9268c10e18999a1 /application.rb
parent168afa95a4c378076bcc641ad0e01c475e84bdce (diff)
updated for new datamapper release
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 286e5b0..c871d32 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.5"
+gem "opentox-ruby-api-wrapper", "= 1.5.6"
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)