Skip to content

Commit

Permalink
Use newer version of simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
aliismayilov committed Sep 11, 2020
1 parent e5e2b84 commit e7f8ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haml.gemspec
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rbench'
spec.add_development_dependency 'minitest', '>= 4.0'
spec.add_development_dependency 'nokogiri'
spec.add_development_dependency 'simplecov', '0.17.1' # Locked to this version due to https://github.com/codeclimate/test-reporter/issues/418
spec.add_development_dependency 'simplecov'

spec.description = <<-END
Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML that's
Expand Down

0 comments on commit e7f8ae4

Please sign in to comment.