Newer
Older
puppet-interfaces / Gemfile
@Andreas Jaggi Andreas Jaggi on 27 Jul 2014 272 bytes Adapt Gemfile syntax for ruby 1.8.7
  1. source :rubygems
  2.  
  3. puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
  4.  
  5. gem 'rake'
  6. gem 'puppet-lint'
  7. gem 'rspec-puppet'
  8. gem 'puppet', puppetversion
  9. gem 'puppetlabs_spec_helper', '>= 0.1.0'
  10. if RUBY_VERSION.to_f < 1.9
  11. gem 'coveralls'
  12. end