downgrade thin

This commit is contained in:
Sven Fuchs 2012-10-14 15:38:02 +02:00
parent 11e43e426f
commit b971cddffa
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ gem 'rack-cache', '~> 1.2'
gem 'gh', github: 'rkh/gh'
gem 'bunny'
gem 'dalli'
gem 'eventmachine'
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.5.0)
thin (1.4.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
@ -238,7 +238,6 @@ DEPENDENCIES
bunny
dalli
database_cleaner (~> 0.8.0)
eventmachine
factory_girl (~> 2.4.0)
foreman
gh!
@ -250,6 +249,7 @@ DEPENDENCIES
rake (~> 0.9.2)
rerun
rspec (~> 2.11)
thin (~> 1.4.0)
travis-api!
travis-core!
travis-support!