summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorch <ch@ot-test.in-silico.ch>2010-05-12 14:12:23 +0200
committerch <ch@ot-test.in-silico.ch>2010-05-12 14:12:23 +0200
commit76cb29b67d51d907ee3c0e5cbc7ad1b8209bccc1 (patch)
treef8602c943cc37f132d79f249c64d77e286eee60b /application.rb
parentb45adee3aaf134dd240d19cf5b19cf3348030107 (diff)
opentox-api-wrapper version updated
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 2552c52..992fa17 100644
--- a/application.rb
+++ b/application.rb
@@ -1,5 +1,5 @@
require 'rubygems'
-gem 'opentox-ruby-api-wrapper', '= 1.4.0'
+gem 'opentox-ruby-api-wrapper', '= 1.5.0'
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)