Skip to content

Commit 733d230

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 733d230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/base/opentelemetry-instrumentation-base.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
3434
spec.add_development_dependency 'opentelemetry-test-helpers', '~> 0.3'
3535
spec.add_development_dependency 'rake', '~> 13.0'
3636
spec.add_development_dependency 'rubocop', '~> 1.68.0'
37-
spec.add_development_dependency 'rubocop-performance', '~> 1.22.0'
37+
spec.add_development_dependency 'rubocop-performance', '~> 1.23.0'
3838
spec.add_development_dependency 'simplecov', '~> 0.22.0'
3939
spec.add_development_dependency 'yard', '~> 0.9'
4040

0 commit comments

Comments
 (0)