Revert "Fix coveralls require in Gemfile"
This reverts commit 2596c39.
1 parent 2596c39 commit 9850e917a0e79a0651a167aa57b73b8a38030c77
@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', require: false
if RUBY_VERSION.to_f < 1.9
gem 'coveralls'
end