summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-07-19 12:20:37 +0200
committerChristoph Helma <helma@in-silico.ch>2010-07-19 12:20:37 +0200
commit26aa9a42990a958f53f326f3ccaed3848d21fd97 (patch)
treefe9acda7e0ffd35ec7ceb3820342a1b2157ee305 /application.rb
parent42dbd3c3583bd9862d351e32f8446a75fab4a516 (diff)
opentox-api-wrapper bumped to 1.6.0
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 3992153..b573314 100644
--- a/application.rb
+++ b/application.rb
@@ -1,5 +1,5 @@
require 'rubygems'
-gem "opentox-ruby-api-wrapper", "= 1.5.7"
+gem "opentox-ruby-api-wrapper", "= 1.6.0"
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)