Fix coveralls require in Gemfile
1 parent e7a94fc commit 2596c39e78c2f418f6ee27b9564351ae1e1b9b14
@Andreas Jaggi Andreas Jaggi authored on 27 Jul 2014
Showing 1 changed file
View
4
Gemfile
gem 'puppet-lint'
gem 'rspec-puppet'
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper', '>= 0.1.0'
if RUBY_VERSION.to_f < 1.9
gem 'coveralls'
if RUBY_VERSION.to_f >= 1.9
gem 'coveralls', require: false
end