Sha256: 65c89a7a7a8ff4828293268a38e3d9f671cabd147e246e4689530d6a8f6af552

Contents?: true

Size: 348 Bytes

Versions: 150

Compression:

Stored size: 348 Bytes

Contents

source 'https://rubygems.org'

puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 3.3']
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper', '>= 0.1.0'
gem 'puppet-lint', '>= 0.3.2'
gem 'facter', '>= 1.7.0'

group :system_tests do
  gem 'beaker-rspec', :require => false
  gem 'serverspec', :require => false
end

Version data entries

150 entries across 150 versions & 1 rubygems

Version Path
beaker-2.29.0 acceptance/fixtures/module/Gemfile
beaker-2.28.0 acceptance/fixtures/module/Gemfile
beaker-2.27.0 acceptance/fixtures/module/Gemfile
beaker-2.26.0 acceptance/fixtures/module/Gemfile
beaker-2.25.0 acceptance/fixtures/module/Gemfile
beaker-2.24.0 acceptance/fixtures/module/Gemfile
beaker-2.23.0 acceptance/fixtures/module/Gemfile
beaker-2.22.0 acceptance/fixtures/module/Gemfile
beaker-2.21.0 acceptance/fixtures/module/Gemfile
beaker-2.20.0 acceptance/fixtures/module/Gemfile
beaker-2.19.0 acceptance/fixtures/module/Gemfile
beaker-2.18.3 acceptance/fixtures/module/Gemfile
beaker-2.18.2 acceptance/fixtures/module/Gemfile
beaker-2.18.1 acceptance/fixtures/module/Gemfile
beaker-2.18.0 acceptance/fixtures/module/Gemfile
beaker-2.17.0 acceptance/fixtures/module/Gemfile
beaker-2.16.0 acceptance/fixtures/module/Gemfile
beaker-2.15.1 acceptance/fixtures/module/Gemfile
beaker-2.15.0 acceptance/fixtures/module/Gemfile
beaker-2.14.1 acceptance/fixtures/module/Gemfile