workaround missing librarian-puppet dependencies
librarian-puppet-maestrodev gem specifies Ruby 1.8 dependencies incorrectly. open3_backport and json are required on Ruby 1.8 but are not currently installed. See https://github.com/maestrodev/librarian-puppet/issues/16
This commit is contained in:
parent
32539e80a0
commit
b790d96446
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ source 'https://rubygems.org'
|
||||||
group :rake do
|
group :rake do
|
||||||
gem 'puppetlabs_spec_helper'
|
gem 'puppetlabs_spec_helper'
|
||||||
gem 'librarian-puppet-maestrodev'
|
gem 'librarian-puppet-maestrodev'
|
||||||
|
gem 'open3_backport', :platforms => :ruby_18
|
||||||
|
gem 'json', :platforms => :ruby_18
|
||||||
end
|
end
|
||||||
|
|
||||||
if puppetversion = ENV['PUPPET_GEM_VERSION']
|
if puppetversion = ENV['PUPPET_GEM_VERSION']
|
||||||
|
|
Loading…
Reference in a new issue