Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Gemfile 273 B
Newer Older
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'
Benedikt Wegmann's avatar
Benedikt Wegmann committed
gem 'rspec-puppet', '>= 2.5.0'