Skip to content

Commit

Permalink
simplecov-console 0.4.0 not compatible ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aerostitch committed Jan 25, 2017
1 parent 33e6ba3 commit 3b7ad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3b7ad65

Please sign in to comment.