Skip to content

Commit 95db624

Browse files
Bump simplecov from 1.1.0 to 1.2.0
Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 1.1.0 to 1.2.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@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02865cb commit 95db624

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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', '~> 1.1', require: false
15+
gem 'simplecov', '~> 1.2', require: false
1616
gem 'vcr', '~> 6.4'
1717
gem 'webmock', '~> 3.26'
1818
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
ruby_api_pack_core (0.1.0)
8787
httparty (~> 0.24.2)
8888
oj (~> 3.17)
89-
simplecov (1.1.0)
89+
simplecov (1.2.0)
9090
unicode-display_width (3.2.0)
9191
unicode-emoji (~> 4.1)
9292
unicode-emoji (4.2.0)
@@ -109,7 +109,7 @@ DEPENDENCIES
109109
rubocop-rake (~> 0.7.1)
110110
rubocop-rspec (~> 3.10)
111111
ruby_api_pack_cloudways!
112-
simplecov (~> 1.1)
112+
simplecov (~> 1.2)
113113
vcr (~> 6.4)
114114
webmock (~> 3.26)
115115

0 commit comments

Comments
 (0)