mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -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
2
Gemfile
2
Gemfile
|
|
@ -12,7 +12,7 @@ gem 'net-ldap', '~> 0.16'
|
|||
gem 'statsd-ruby', '~> 1.4.0', :require => 'statsd'
|
||||
gem 'connection_pool', '~> 2.2'
|
||||
gem 'nokogiri', '~> 1.8'
|
||||
gem 'spicy-proton', '2.1.1'
|
||||
gem 'spicy-proton', '~> 2.1'
|
||||
|
||||
group :development do
|
||||
gem 'pry'
|
||||
|
|
|
|||
|
|
@ -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