Skip to content

Commit 1194bbf

Browse files
Bump simplecov from 0.22.0 to 1.0.2
Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.22.0 to 1.0.2. - [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.2) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bbe2f3 commit 1194bbf

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ group :development, :test do
1212
gem 'rubocop-performance', '~> 1.26', require: false
1313
gem 'rubocop-rake', '~> 0.7.1', require: false
1414
gem 'rubocop-rspec', '~> 3.10', require: false
15-
gem 'simplecov', '~> 0.22.0', require: false
15+
gem 'simplecov', '~> 1.0.2', require: false
1616
end

Gemfile.lock

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GEM
1212
bigdecimal (4.1.2)
1313
csv (3.3.5)
1414
diff-lcs (1.6.2)
15-
docile (1.4.1)
1615
httparty (0.24.2)
1716
csv
1817
mini_mime (>= 1.0.0)
@@ -77,12 +76,7 @@ GEM
7776
regexp_parser (>= 2.0)
7877
rubocop (~> 1.86, >= 1.86.2)
7978
ruby-progressbar (1.13.0)
80-
simplecov (0.22.0)
81-
docile (~> 1.1)
82-
simplecov-html (~> 0.11)
83-
simplecov_json_formatter (~> 0.1)
84-
simplecov-html (0.13.2)
85-
simplecov_json_formatter (0.1.4)
79+
simplecov (1.0.2)
8680
unicode-display_width (3.2.0)
8781
unicode-emoji (~> 4.1)
8882
unicode-emoji (4.2.0)
@@ -101,7 +95,7 @@ DEPENDENCIES
10195
rubocop-rake (~> 0.7.1)
10296
rubocop-rspec (~> 3.10)
10397
ruby_api_pack_core!
104-
simplecov (~> 0.22.0)
98+
simplecov (~> 1.0.2)
10599

106100
BUNDLED WITH
107101
2.5.23

0 commit comments

Comments
 (0)