summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-21 18:48:47 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-21 18:48:47 +0200
commitc9c48a20e31f3ae71948a30347db6eaa0ff76b3d (patch)
tree3ee551653635748138c5808b95b13e69ab204968 /application.rb
parent437a755afc8750781962d24aa5e19637b0585138 (diff)
opentox-api-wrapper bumped to
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 483a9c4..995739e 100644
--- a/application.rb
+++ b/application.rb
@@ -1,5 +1,5 @@
require 'rubygems'
-gem "opentox-ruby-api-wrapper", "= 1.5.4"
+gem "opentox-ruby-api-wrapper", "= "
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)