Sha256: 701ee90717c692069676d3b4e7595588ca2c156729ac8ac60d78029924fadf04

Contents?: true

Size: 736 Bytes

Versions: 39

Compression:

Stored size: 736 Bytes

Contents

source ENV['GEM_SOURCE'] || 'https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/'

def location_for(place, fake_version = nil)
  if place =~ /^(git:[^#]*)#(.*)/
    [fake_version, { :git => $1, :branch => $2, :require => false }].compact
  elsif place =~ /^file:\/\/(.*)/
    ['>= 0', { :path => File.expand_path($1), :require => false }]
  else
    [place, { :require => false }]
  end
end

gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 4.5')
gem 'beaker-pe', '~> 2.0'
gem 'beaker-answers'
gem 'beaker-hostgenerator', *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || '~> 1.1')
gem 'beaker-abs', *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.4')
gem 'rototiller', '= 0.1.0'
gem 'beaker-qa-i18n'

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
r10k-4.0.1 integration/Gemfile
r10k-4.0.0 integration/Gemfile
r10k-4.0.0.pre integration/Gemfile
r10k-3.16.0 integration/Gemfile
r10k-3.15.4 integration/Gemfile
r10k-3.15.3 integration/Gemfile
r10k-3.15.2 integration/Gemfile
r10k-3.15.1 integration/Gemfile
r10k-3.15.0 integration/Gemfile
akerl-r10k-3.14.2.1 integration/Gemfile
r10k-3.14.2 integration/Gemfile
r10k-3.14.1 integration/Gemfile
r10k-3.14.0 integration/Gemfile
r10k-3.13.0 integration/Gemfile
r10k-3.12.1 integration/Gemfile
r10k-3.12.0 integration/Gemfile
r10k-3.11.0 integration/Gemfile
r10k-3.10.0 integration/Gemfile
r10k-3.9.3 integration/Gemfile
r10k-3.9.2 integration/Gemfile