diff --git a/Gemfile b/Gemfile index a1b7599..bf58b38 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ 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