Project

General

Profile

« Previous | Next » 

Revision 473629dc

Added by Eric Helms about 4 years ago

Fixes #29455: Allow calling puppet from inside SCL context

View differences:

Gemfile
source 'https://rubygems.org'
gem 'kafo', '~> 4.0'
gem 'kafo', '~> 4.1'
gem 'librarian-puppet'
gem 'puppet', ENV.key?('PUPPET_VERSION') ? "~> #{ENV['PUPPET_VERSION']}" : '~> 6.0'
if RUBY_VERSION < '2.1'

Also available in: Unified diff