Skip to content

Commit e9d4603

Browse files
Update simplecov requirement from ~> 0.15 to ~> 1.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.15.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 9477336 commit e9d4603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

split.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
3939
s.add_dependency "cgi"
4040

4141
s.add_development_dependency "bundler", ">= 1.17"
42-
s.add_development_dependency "simplecov", "~> 0.15"
42+
s.add_development_dependency "simplecov", "~> 1.0"
4343
s.add_development_dependency "rack-test", "~> 2.0"
4444
s.add_development_dependency "rake", "~> 13"
4545
s.add_development_dependency "rspec", "~> 3.7"

0 commit comments

Comments
 (0)