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-3.10.0 acceptance/fixtures/module/Gemfile
beaker-3.9.0 acceptance/fixtures/module/Gemfile
beaker-3.8.0 acceptance/fixtures/module/Gemfile
beaker-3.7.0 acceptance/fixtures/module/Gemfile
beaker-3.6.0 acceptance/fixtures/module/Gemfile
beaker-2.52.0 acceptance/fixtures/module/Gemfile
beaker-3.5.0 acceptance/fixtures/module/Gemfile
beaker-3.4.0 acceptance/fixtures/module/Gemfile
beaker-3.3.0 acceptance/fixtures/module/Gemfile
beaker-3.2.0 acceptance/fixtures/module/Gemfile
beaker-3.1.0 acceptance/fixtures/module/Gemfile
beaker-3.0.0 acceptance/fixtures/module/Gemfile
beaker-2.51.0 acceptance/fixtures/module/Gemfile
beaker-2.50.0 acceptance/fixtures/module/Gemfile
beaker-2.49.0 acceptance/fixtures/module/Gemfile
beaker-2.48.1 acceptance/fixtures/module/Gemfile
beaker-2.48.0 acceptance/fixtures/module/Gemfile
beaker-2.47.1 acceptance/fixtures/module/Gemfile
beaker-2.47.0 acceptance/fixtures/module/Gemfile
beaker-2.46.0 acceptance/fixtures/module/Gemfile