remove rack-cache dependency

This commit is contained in:
Konstantin Haase 2012-10-16 18:57:58 +02:00
parent 1f9e19ac0e
commit 2d12a1e6a2
2 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@ source :rubygems
gem 'unicorn'
gem 'rack-ssl', '~> 1.3'
gem 'rack-cache'
group :development, :test do
gem 'rake', '~> 0.9.2'

View File

@ -44,8 +44,6 @@ GEM
listen (0.5.3)
multi_json (1.3.6)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
raindrops (0.10.0)
@ -71,7 +69,6 @@ DEPENDENCIES
compass
debugger
foreman
rack-cache
rack-ssl (~> 1.3)
rake (~> 0.9.2)
rake-pipeline!