From 3b7ad653f490ef3629edca0ac3459717d53469c9 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Tue, 24 Jan 2017 18:06:23 -0800 Subject: [PATCH] simplecov-console 0.4.0 not compatible ruby 1.9.3 --- skeleton/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skeleton/Gemfile b/skeleton/Gemfile index 39a4fdd..09e52ad 100644 --- a/skeleton/Gemfile +++ b/skeleton/Gemfile @@ -10,7 +10,7 @@ group :test do gem 'rspec-puppet-facts' gem 'rubocop', if RUBY_VERSION < '2.0.0' then '< 0.42.0' end gem 'simplecov', '>= 0.11.0' - gem 'simplecov-console' + gem 'simplecov-console', if RUBY_VERSION < '2.0.0' then '< 0.4.0' end gem 'puppet-lint-absolute_classname-check' gem 'puppet-lint-classes_and_types_beginning_with_digits-check'