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.45.0 acceptance/fixtures/module/Gemfile
beaker-2.44.0 acceptance/fixtures/module/Gemfile
beaker-2.43.0 acceptance/fixtures/module/Gemfile
beaker-2.42.0 acceptance/fixtures/module/Gemfile
beaker-2.41.0 acceptance/fixtures/module/Gemfile
beaker-2.40.0 acceptance/fixtures/module/Gemfile
beaker-2.39.0 acceptance/fixtures/module/Gemfile
beaker-2.38.1 acceptance/fixtures/module/Gemfile
beaker-2.38.0 acceptance/fixtures/module/Gemfile
beaker-2.37.0 acceptance/fixtures/module/Gemfile
beaker-2.36.0 acceptance/fixtures/module/Gemfile
beaker-2.35.0 acceptance/fixtures/module/Gemfile
beaker-2.34.0 acceptance/fixtures/module/Gemfile
beaker-2.33.0 acceptance/fixtures/module/Gemfile
beaker-2.32.1 acceptance/fixtures/module/Gemfile
beaker-2.32.0 acceptance/fixtures/module/Gemfile
beaker-2.31.0 acceptance/fixtures/module/Gemfile
beaker-2.30.1 acceptance/fixtures/module/Gemfile
beaker-2.30.0 acceptance/fixtures/module/Gemfile
beaker-2.29.1 acceptance/fixtures/module/Gemfile