We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf25bc commit 81bbfa7Copy full SHA for 81bbfa7
.instrumentation_generator/templates/Gemfile
@@ -18,7 +18,7 @@ group :test do
18
gem 'rake', '~> 13.0'
19
gem 'rubocop', '~> 1.82.0'
20
gem 'rubocop-performance', '~> 1.26.0'
21
- gem 'simplecov', '~> 0.17.1'
+ gem 'simplecov', '~> 0.22.0'
22
gem 'webmock', '~> 3.24'
23
gem 'yard', '~> 0.9'
24
end
instrumentation/factory_bot/Gemfile
if RUBY_VERSION >= '3.4'
0 commit comments