summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-18 11:52:26 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-18 11:52:26 +0200
commit5d98a28d3f7f58f23947d5c34df0452c5d4cafe8 (patch)
tree8a3dfe78b0e4b86c0c2b7ccab2007114d02c6ff5 /application.rb
parent1b5499cc3a1a247d7dc282e911edf71a2de6c1fa (diff)
api-wrapper version 1.5.1
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 239887e..44eb888 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.0'
+gem 'opentox-ruby-api-wrapper', '= 1.5.1'
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)