summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-12-07 11:42:12 +0100
committerChristoph Helma <helma@in-silico.ch>2012-12-07 11:42:12 +0100
commit17e783b5d159f205f0de59c6c522f5de5b8c9a6e (patch)
tree0b9f3602770ec9388b109b8c83e832a61216878a /Gemfile
parentc38f9f2e4c2dec4ef163c6c76d64f5dbf4974a5a (diff)
working version without proxy
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 48f78eb..1dff064 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,5 +2,7 @@ source :gemcutter
gemspec
gem "haml"
gem "dalli"
+gem "rack-cache"
+gem "rest-client-components"
gem "opentox-server", :path => "../opentox-server"
gem "opentox-client", :path => "../opentox-client"