re-upgrade thin

This commit is contained in:
Sven Fuchs 2012-10-14 15:40:26 +02:00
parent b971cddffa
commit 2ef5a99ed7
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,6 @@ gem 'rack-cache', '~> 1.2'
gem 'gh', github: 'rkh/gh'
gem 'bunny'
gem 'dalli'
gem 'thin', '~> 1.4.0'
group :test do
gem 'rspec', '~> 2.11'

View File

@ -219,7 +219,7 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thin (1.4.1)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
@ -249,7 +249,6 @@ DEPENDENCIES
rake (~> 0.9.2)
rerun
rspec (~> 2.11)
thin (~> 1.4.0)
travis-api!
travis-core!
travis-support!