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:
kirby@puppetlabs.com 2019-10-25 09:00:01 -07:00
parent 85665a0856
commit fa5aa8d0be
2 changed files with 2 additions and 1 deletions

View file

@ -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'