Skip to content

Commit

Permalink
[CI-296] Update simplecov and cc-test-reporter (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-chime authored Oct 2, 2024
1 parent e97fe12 commit 03832f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails-properties.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'sqlite3'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'coveralls'
gem.add_development_dependency 'simplecov', RUBY_VERSION < '2' ? '~> 0.11.2' : '>= 0.11.2'
gem.add_development_dependency 'simplecov', '>= 0.22'
end

0 comments on commit 03832f0

Please sign in to comment.