summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-21 12:42:09 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-21 12:42:09 +0200
commit72ad070dd50db5c1af73077abe658ec3d68dafa7 (patch)
tree813cd03bd57d4fb6f98d1a7dc1ee154e9883163b /application.rb
parent7bddbf9adb6c66cf7f6acbf736324f276b258bd6 (diff)
opentox-ruby-api-wrapper bumped to 1.5.3
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 f8685d0..c011406 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.2'
+gem 'opentox-ruby-api-wrapper', '= 1.5.3'
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)