Skip to content

Commit 2184b8e

Browse files
Bump simplecov from 0.17.1 to 0.22.0
Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.17.1 to 0.22.0. - [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.17.1...v0.22.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 0.22.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed068ba commit 2184b8e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ group :development, :test do
2626
gem 'minitest'
2727
gem 'mocha'
2828
gem 'ostruct'
29-
gem 'simplecov', '0.17.1', require: false # CC last supported v0.17
29+
gem 'simplecov', '0.22.0', require: false # CC last supported v0.17
3030
end

Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GEM
3333
eventmachine (1.2.7)
3434
i18n (1.14.7)
3535
concurrent-ruby (~> 1.0)
36-
json (2.10.1)
36+
json (2.14.1)
3737
language_server-protocol (3.17.0.4)
3838
lint_roller (1.1.0)
3939
logger (1.7.0)
@@ -72,11 +72,12 @@ GEM
7272
ruby-progressbar (1.13.0)
7373
ruby2_keywords (0.0.5)
7474
securerandom (0.4.1)
75-
simplecov (0.17.1)
75+
simplecov (0.22.0)
7676
docile (~> 1.1)
77-
json (>= 1.8, < 3)
78-
simplecov-html (~> 0.10.0)
79-
simplecov-html (0.10.2)
77+
simplecov-html (~> 0.11)
78+
simplecov_json_formatter (~> 0.1)
79+
simplecov-html (0.13.2)
80+
simplecov_json_formatter (0.1.4)
8081
simpleidn (0.2.3)
8182
timeout (0.4.3)
8283
tzinfo (2.0.6)
@@ -101,7 +102,7 @@ DEPENDENCIES
101102
pg (~> 1.5.0)
102103
pry (~> 0.15.0)
103104
rubocop
104-
simplecov (= 0.17.1)
105+
simplecov (= 0.22.0)
105106
simpleidn (~> 0.2.1)
106107

107108
RUBY VERSION

0 commit comments

Comments
 (0)