mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Add spicy-proton to vmpooler.gemspec
This commit adds the spicy-proton gem to vmpooler.gemspec. Without this change the spicy-proton gem is in the Gemfile, but not the gemspec, causing issues when deploying from gem.
This commit is contained in:
parent
85665a0856
commit
fa5aa8d0be
2 changed files with 2 additions and 1 deletions
|
|
@ -28,4 +28,5 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'statsd-ruby', '~> 1.4'
|
||||
s.add_dependency 'connection_pool', '~> 2.2'
|
||||
s.add_dependency 'nokogiri', '~> 1.8'
|
||||
s.add_dependency 'spicy-proton', '~> 2.1'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue