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.38.1 acceptance/fixtures/module/Gemfile
beaker-4.38.0 acceptance/fixtures/module/Gemfile
beaker-4.37.2 acceptance/fixtures/module/Gemfile
beaker-4.37.1 acceptance/fixtures/module/Gemfile
beaker-4.37.0 acceptance/fixtures/module/Gemfile
beaker-4.36.1 acceptance/fixtures/module/Gemfile
beaker-4.36.0 acceptance/fixtures/module/Gemfile
beaker-4.35.0 acceptance/fixtures/module/Gemfile
beaker-4.34.0 acceptance/fixtures/module/Gemfile
beaker-4.33.0 acceptance/fixtures/module/Gemfile
beaker-4.32.0 acceptance/fixtures/module/Gemfile
beaker-4.31.0 acceptance/fixtures/module/Gemfile
beaker-4.30.0 acceptance/fixtures/module/Gemfile
beaker-4.29.1 acceptance/fixtures/module/Gemfile
beaker-4.29.0 acceptance/fixtures/module/Gemfile
beaker-4.28.1 acceptance/fixtures/module/Gemfile
beaker-4.28.0 acceptance/fixtures/module/Gemfile
beaker-4.27.1 acceptance/fixtures/module/Gemfile
beaker-4.27.0 acceptance/fixtures/module/Gemfile
beaker-4.26.0 acceptance/fixtures/module/Gemfile