Skip to content

Commit 3b7ad65

Browse files
committed
simplecov-console 0.4.0 not compatible ruby 1.9.3
1 parent 33e6ba3 commit 3b7ad65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skeleton/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group :test do
1010
gem 'rspec-puppet-facts'
1111
gem 'rubocop', if RUBY_VERSION < '2.0.0' then '< 0.42.0' end
1212
gem 'simplecov', '>= 0.11.0'
13-
gem 'simplecov-console'
13+
gem 'simplecov-console', if RUBY_VERSION < '2.0.0' then '< 0.4.0' end
1414

1515
gem 'puppet-lint-absolute_classname-check'
1616
gem 'puppet-lint-classes_and_types_beginning_with_digits-check'

0 commit comments

Comments
 (0)