Skip to content
Snippets Groups Projects
Gemfile 242 B
Newer Older
  • Learn to ignore specific revisions
  • Quentin Machu's avatar
    Quentin Machu committed
    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'