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-4.25.0 acceptance/fixtures/module/Gemfile
beaker-4.24.0 acceptance/fixtures/module/Gemfile
beaker-4.23.2 acceptance/fixtures/module/Gemfile
beaker-4.23.1 acceptance/fixtures/module/Gemfile
beaker-4.23.0 acceptance/fixtures/module/Gemfile
beaker-4.22.1 acceptance/fixtures/module/Gemfile
beaker-4.22.0 acceptance/fixtures/module/Gemfile
beaker-4.21.0 acceptance/fixtures/module/Gemfile
beaker-4.20.0 acceptance/fixtures/module/Gemfile
beaker-4.19.0 acceptance/fixtures/module/Gemfile
beaker-4.18.0 acceptance/fixtures/module/Gemfile
beaker-4.17.0 acceptance/fixtures/module/Gemfile
beaker-4.16.0 acceptance/fixtures/module/Gemfile
beaker-4.15.0 acceptance/fixtures/module/Gemfile
beaker-4.14.1 acceptance/fixtures/module/Gemfile
beaker-4.14.0 acceptance/fixtures/module/Gemfile
beaker-4.13.1 acceptance/fixtures/module/Gemfile
beaker-4.13.0 acceptance/fixtures/module/Gemfile
beaker-4.12.0 acceptance/fixtures/module/Gemfile
beaker-4.11.1 acceptance/fixtures/module/Gemfile