Skip to content

Commit 5ce7cdf

Browse files
Update simplecov requirement from ~> 0.22.0 to ~> 1.0.0
Updates the requirements on [simplecov](https://github.com/simplecov-ruby/simplecov) to permit the latest version. - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](simplecov-ruby/simplecov@v0.22.0...v1.0.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd1bde4 commit 5ce7cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acts_as_paranoid.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ Gem::Specification.new do |spec|
3939
spec.add_development_dependency "rubocop-packaging", "~> 0.6.0"
4040
spec.add_development_dependency "rubocop-performance", "~> 1.26"
4141
spec.add_development_dependency "rubocop-rake", "~> 0.7.1"
42-
spec.add_development_dependency "simplecov", "~> 0.22.0"
42+
spec.add_development_dependency "simplecov", "~> 1.0.0"
4343
end

0 commit comments

Comments
 (0)