# Update this Gemfile with any additional dependencies and run # 'bundle install' to get them all installed. Daemon-kit's capistrano # deployment will ensure that the bundle required by your daemon is properly # installed. # # For more information on bundler, please visit gembundler.com
source 'rubygems.org'
<% if options.edge? -%> gem 'daemon-kit', :github => 'kennethkalmer/daemon-kit' <% else -%> # Live on the edge instead: gem 'daemon-kit', :github => 'kennethkalmer/daemon-kit' gem 'daemon-kit' <% end -%>
# # safely (github.com/kennethkalmer/safely) #
gem 'safely' # Optional, but recommended.
# gem 'toadhopper' # For reporting exceptions to hoptoad # gem 'mail' # For reporting exceptions via mail