updated gemfile to use revised daemons gem

This commit is contained in:
albert
2011-09-21 16:18:16 -04:00
parent 2a91a7af84
commit c42513ea8e
2 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ group :assets do
gem "uglifier-rails"
gem "therubyracer"
end
gem "ghazel-daemons", :require => "daemons"
gem "rails", "3.1.0"
gem "pg"
gem "memcache-client", :require => "memcache"

View File

@@ -66,6 +66,7 @@ GEM
execjs (1.2.8)
multi_json (~> 1.0)
factory_girl (2.1.0)
ghazel-daemons (1.0.13.1)
hike (1.2.1)
i18n (0.6.0)
imagesize (0.1.1)
@@ -173,6 +174,7 @@ DEPENDENCIES
delayed_job
factory_girl
ffaker!
ghazel-daemons
imagesize
mechanize
memcache-client