Skip to content

Commit 4b9a3f4

Browse files
committed
chore: Raise rubocop, rubocop-performance versions
1 parent bd74498 commit 4b9a3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/logger/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ group :test do
1919
gem 'opentelemetry-sdk', '~> 1.0'
2020
gem 'opentelemetry-logs-sdk', '~> 0.1'
2121
gem 'opentelemetry-test-helpers', '~> 0.3'
22-
gem 'rubocop', '~> 1.72.0'
23-
gem 'rubocop-performance', '~> 1.23.0'
22+
gem 'rubocop', '~> 1.79.0'
23+
gem 'rubocop-performance', '~> 1.25.0'
2424
gem 'simplecov', '~> 0.22.0'
2525
gem 'webmock', '~> 3.24'
2626
gem 'yard', '~> 0.9'

0 commit comments

Comments
 (0)