tmp downgrade eventmachine

This commit is contained in:
Sven Fuchs 2012-10-14 15:29:42 +02:00
parent 602bd4d30d
commit 1fd26df4a2
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -125,7 +125,7 @@ GEM
database_cleaner (0.8.0)
diff-lcs (1.1.3)
erubis (2.7.0)
eventmachine (1.0.0)
eventmachine (0.12.10)
factory_girl (2.4.2)
activesupport
faraday (0.8.4)
@ -238,6 +238,7 @@ DEPENDENCIES
bunny
dalli
database_cleaner (~> 0.8.0)
eventmachine (~> 0.12.6)
factory_girl (~> 2.4.0)
foreman
gh!