Skip to content

Commit dd57619

Browse files
build(deps-dev): bump simplecov from 1.1.1 to 1.2.0
Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 1.1.1 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.1...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 35c3230 commit dd57619

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
@@ -67,7 +67,7 @@ group :test do
6767
gem 'rubocop-rspec', '~> 3.10'
6868
gem 'rubocop-rspec_rails'
6969
gem 'rubocop-sequel', '~> 0.4.1'
70-
gem 'simplecov', '~> 1.1', require: false
70+
gem 'simplecov', '~> 1.2', require: false
7171
gem 'timecop'
7272
gem 'webmock', '> 2.3.1'
7373
gem 'webrick', '~> 1.9.2'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ GEM
352352
pg (>= 0.18.0, != 1.2.0)
353353
sequel (>= 4.38.0)
354354
sexp_processor (4.17.5)
355-
simplecov (1.1.1)
355+
simplecov (1.2.0)
356356
sinatra (4.2.1)
357357
logger (>= 1.6.0)
358358
mustermann (~> 3.0)
@@ -492,7 +492,7 @@ DEPENDENCIES
492492
rubyzip (>= 1.3.0)
493493
sequel (~> 5.107)
494494
sequel_pg
495-
simplecov (~> 1.1)
495+
simplecov (~> 1.2)
496496
sinatra (~> 4.2)
497497
sinatra-contrib
498498
solargraph

0 commit comments

Comments
 (0)