Skip to content

Commit 6947034

Browse files
chore: update rubocop-performance requirement from ~> 1.22.0 to ~> 1.23.0
Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acac4fd commit 6947034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

propagator/ottrace/opentelemetry-propagator-ottrace.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.add_development_dependency 'minitest', '~> 5.0'
3030
spec.add_development_dependency 'rake', '~> 13.0'
3131
spec.add_development_dependency 'rubocop', '~> 1.68.0'
32-
spec.add_development_dependency 'rubocop-performance', '~> 1.22.0'
32+
spec.add_development_dependency 'rubocop-performance', '~> 1.23.0'
3333
spec.add_development_dependency 'simplecov', '~> 0.22.0'
3434
spec.add_development_dependency 'yard', '~> 0.9'
3535

0 commit comments

Comments
 (0)