added sprinkle to bundler

This commit is contained in:
Raphael 2010-06-22 10:29:01 -07:00
parent 51279cd519
commit 81f5ca7ef3

View file

@ -27,3 +27,6 @@ group :development do
#gem 'ruby-debug'
end
group :deployment do
gem 'sprinkle', :git => "git://github.com/rsofaer/sprinkle.git"
end