added sprinkle to bundler
This commit is contained in:
parent
51279cd519
commit
81f5ca7ef3
1 changed files with 3 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -27,3 +27,6 @@ group :development do
|
||||||
#gem 'ruby-debug'
|
#gem 'ruby-debug'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
group :deployment do
|
||||||
|
gem 'sprinkle', :git => "git://github.com/rsofaer/sprinkle.git"
|
||||||
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue