summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-06-25 20:52:28 +0200
committermguetlein <martin.guetlein@gmail.com>2010-06-25 20:52:28 +0200
commit7b8dfc1b6f8daa8305d6506ceb54b7ffff5f72f6 (patch)
tree46d22df1b9ce9166cba4265d8beecb99915242e1 /application.rb
parent6c663f3bb95b45d5cb7e356ff6d1913a3e03212c (diff)
reorganized requires, added install_gems to Rakefile, text/x-yaml to application/x-yaml
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 236280c..c9250a4 100644
--- a/application.rb
+++ b/application.rb
@@ -1,5 +1,5 @@
require 'rubygems'
-gem 'opentox-ruby-api-wrapper', '= 1.4.4.4'
+gem 'opentox-ruby-api-wrapper', '= 1.5.6'
[ 'sinatra', 'sinatra/url_for', 'opentox-ruby-api-wrapper', 'logger' ].each do |lib|
require lib
end