mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
c39f88be0b
there seems to be a bing in rspec-puppet 2.3.1 https://github.com/rodjek/rspec-puppet/issues/353
11 lines
322 B
Ruby
11 lines
322 B
Ruby
source 'https://rubygems.org'
|
|
|
|
puppetversion = ENV.key?('PUPPET_VERSION') ? "#{ENV['PUPPET_VERSION']}" : ['>= 3.3']
|
|
gem 'puppet', puppetversion
|
|
gem 'puppetlabs_spec_helper', '>= 0.8.2'
|
|
gem 'puppet-lint', '>= 1.0.0'
|
|
gem 'facter', '>= 1.7.0'
|
|
gem 'beaker-rspec'
|
|
gem 'beaker-puppet_install_helper'
|
|
gem 'rspec-puppet', '2.3.0'
|