Skip to content

Commit 81bbfa7

Browse files
chore(deps): update dependency simplecov to '~> 0.22.0'
1 parent 6cf25bc commit 81bbfa7

File tree

2 files changed

+2
-2
lines changed
  • .instrumentation_generator/templates
  • instrumentation/factory_bot

2 files changed

+2
-2
lines changed

.instrumentation_generator/templates/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test do
1818
gem 'rake', '~> 13.0'
1919
gem 'rubocop', '~> 1.82.0'
2020
gem 'rubocop-performance', '~> 1.26.0'
21-
gem 'simplecov', '~> 0.17.1'
21+
gem 'simplecov', '~> 0.22.0'
2222
gem 'webmock', '~> 3.24'
2323
gem 'yard', '~> 0.9'
2424
end

instrumentation/factory_bot/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test do
1818
gem 'rake', '~> 13.0'
1919
gem 'rubocop', '~> 1.82.0'
2020
gem 'rubocop-performance', '~> 1.26.0'
21-
gem 'simplecov', '~> 0.17.1'
21+
gem 'simplecov', '~> 0.22.0'
2222
gem 'webmock', '~> 3.24'
2323
gem 'yard', '~> 0.9'
2424
if RUBY_VERSION >= '3.4'

0 commit comments

Comments
 (0)