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

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

View File

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