From 777fc38e002b0d86d52daf34606787b9ce824ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:47:59 +0000 Subject: [PATCH 1/3] chore: update rubocop requirement from ~> 1.79.1 to ~> 1.80.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.79.1...v1.80.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c380db67a1..8461734ddd 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ source 'https://rubygems.org' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.79.1' +gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' From 02b61abfd8cbe1588010df05d3a4dab6459d42f7 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 27 Aug 2025 10:14:42 -0700 Subject: [PATCH 2/3] chore: Bump rubocop from 1.79.1 to 1.80.0 --- .instrumentation_generator/templates/Gemfile | 2 +- helpers/mysql/Gemfile | 2 +- helpers/sql-obfuscation/Gemfile | 2 +- helpers/sql/Gemfile | 2 +- instrumentation/action_mailer/Gemfile | 2 +- instrumentation/action_pack/Gemfile | 2 +- instrumentation/action_view/Gemfile | 2 +- instrumentation/active_job/Gemfile | 2 +- instrumentation/active_model_serializers/Gemfile | 2 +- instrumentation/active_record/Gemfile | 2 +- instrumentation/active_storage/Gemfile | 2 +- instrumentation/active_support/Gemfile | 2 +- instrumentation/all/Gemfile | 2 +- instrumentation/aws_lambda/Gemfile | 2 +- instrumentation/aws_sdk/Gemfile | 2 +- instrumentation/base/Gemfile | 2 +- instrumentation/bunny/Gemfile | 2 +- instrumentation/concurrent_ruby/Gemfile | 2 +- instrumentation/dalli/Gemfile | 2 +- instrumentation/delayed_job/Gemfile | 2 +- instrumentation/ethon/Gemfile | 2 +- instrumentation/excon/Gemfile | 2 +- instrumentation/faraday/Gemfile | 2 +- instrumentation/grape/Gemfile | 2 +- instrumentation/graphql/Gemfile | 2 +- instrumentation/grpc/Gemfile | 2 +- instrumentation/gruf/Gemfile | 2 +- instrumentation/http/Gemfile | 2 +- instrumentation/http_client/Gemfile | 2 +- instrumentation/httpx/Gemfile | 2 +- instrumentation/koala/Gemfile | 2 +- instrumentation/lmdb/Gemfile | 2 +- instrumentation/mongo/Gemfile | 2 +- instrumentation/mysql2/Gemfile | 2 +- instrumentation/net_http/Gemfile | 2 +- instrumentation/pg/Gemfile | 2 +- instrumentation/que/Gemfile | 2 +- instrumentation/racecar/Gemfile | 2 +- instrumentation/rack/Gemfile | 2 +- instrumentation/rails/Gemfile | 2 +- instrumentation/rake/Gemfile | 2 +- instrumentation/rdkafka/Gemfile | 2 +- instrumentation/redis/Gemfile | 2 +- instrumentation/resque/Gemfile | 2 +- instrumentation/restclient/Gemfile | 2 +- instrumentation/rspec/Gemfile | 2 +- instrumentation/ruby_kafka/Gemfile | 2 +- instrumentation/sidekiq/Gemfile | 2 +- instrumentation/sinatra/Gemfile | 2 +- instrumentation/trilogy/Gemfile | 2 +- processor/baggage/Gemfile | 2 +- propagator/google_cloud_trace_context/Gemfile | 2 +- propagator/ottrace/Gemfile | 2 +- propagator/vitess/Gemfile | 2 +- propagator/xray/Gemfile | 2 +- resources/aws/Gemfile | 2 +- resources/azure/Gemfile | 2 +- resources/container/Gemfile | 2 +- resources/google_cloud_platform/Gemfile | 2 +- sampler/xray/Gemfile | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.instrumentation_generator/templates/Gemfile b/.instrumentation_generator/templates/Gemfile index ffdd268927..638c624e34 100644 --- a/.instrumentation_generator/templates/Gemfile +++ b/.instrumentation_generator/templates/Gemfile @@ -16,7 +16,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.17.1' gem 'webmock', '~> 3.24' diff --git a/helpers/mysql/Gemfile b/helpers/mysql/Gemfile index f77eaf288e..12068871a0 100644 --- a/helpers/mysql/Gemfile +++ b/helpers/mysql/Gemfile @@ -13,7 +13,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/helpers/sql-obfuscation/Gemfile b/helpers/sql-obfuscation/Gemfile index f77eaf288e..12068871a0 100644 --- a/helpers/sql-obfuscation/Gemfile +++ b/helpers/sql-obfuscation/Gemfile @@ -13,7 +13,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/helpers/sql/Gemfile b/helpers/sql/Gemfile index 65542bb1d3..897f1c9ce5 100644 --- a/helpers/sql/Gemfile +++ b/helpers/sql/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/action_mailer/Gemfile b/instrumentation/action_mailer/Gemfile index 47ce647dc7..8dced383ea 100644 --- a/instrumentation/action_mailer/Gemfile +++ b/instrumentation/action_mailer/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/action_pack/Gemfile b/instrumentation/action_pack/Gemfile index f1347284b1..74b94395a6 100644 --- a/instrumentation/action_pack/Gemfile +++ b/instrumentation/action_pack/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/action_view/Gemfile b/instrumentation/action_view/Gemfile index 09aef23f8b..b82ea2aba9 100644 --- a/instrumentation/action_view/Gemfile +++ b/instrumentation/action_view/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_job/Gemfile b/instrumentation/active_job/Gemfile index b6afc9f9a0..addc1ea697 100644 --- a/instrumentation/active_job/Gemfile +++ b/instrumentation/active_job/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_model_serializers/Gemfile b/instrumentation/active_model_serializers/Gemfile index 67d8b9edf7..350c62a7d9 100644 --- a/instrumentation/active_model_serializers/Gemfile +++ b/instrumentation/active_model_serializers/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_record/Gemfile b/instrumentation/active_record/Gemfile index b6afc9f9a0..addc1ea697 100644 --- a/instrumentation/active_record/Gemfile +++ b/instrumentation/active_record/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_storage/Gemfile b/instrumentation/active_storage/Gemfile index 09aef23f8b..b82ea2aba9 100644 --- a/instrumentation/active_storage/Gemfile +++ b/instrumentation/active_storage/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_support/Gemfile b/instrumentation/active_support/Gemfile index 0dda01b7cb..5ca3344958 100644 --- a/instrumentation/active_support/Gemfile +++ b/instrumentation/active_support/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/all/Gemfile b/instrumentation/all/Gemfile index 98661699a0..bdfc80858a 100644 --- a/instrumentation/all/Gemfile +++ b/instrumentation/all/Gemfile @@ -12,7 +12,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/aws_lambda/Gemfile b/instrumentation/aws_lambda/Gemfile index 0f61f1ce49..548b6bd26a 100644 --- a/instrumentation/aws_lambda/Gemfile +++ b/instrumentation/aws_lambda/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/aws_sdk/Gemfile b/instrumentation/aws_sdk/Gemfile index 0f61f1ce49..548b6bd26a 100644 --- a/instrumentation/aws_sdk/Gemfile +++ b/instrumentation/aws_sdk/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/base/Gemfile b/instrumentation/base/Gemfile index c236174688..81bd9479e3 100644 --- a/instrumentation/base/Gemfile +++ b/instrumentation/base/Gemfile @@ -13,7 +13,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/bunny/Gemfile b/instrumentation/bunny/Gemfile index 081588749e..1d8e821266 100644 --- a/instrumentation/bunny/Gemfile +++ b/instrumentation/bunny/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/concurrent_ruby/Gemfile b/instrumentation/concurrent_ruby/Gemfile index 081588749e..1d8e821266 100644 --- a/instrumentation/concurrent_ruby/Gemfile +++ b/instrumentation/concurrent_ruby/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/dalli/Gemfile b/instrumentation/dalli/Gemfile index 081588749e..1d8e821266 100644 --- a/instrumentation/dalli/Gemfile +++ b/instrumentation/dalli/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/delayed_job/Gemfile b/instrumentation/delayed_job/Gemfile index 483db82c3f..5e14aceb5d 100644 --- a/instrumentation/delayed_job/Gemfile +++ b/instrumentation/delayed_job/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/ethon/Gemfile b/instrumentation/ethon/Gemfile index 081588749e..1d8e821266 100644 --- a/instrumentation/ethon/Gemfile +++ b/instrumentation/ethon/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/excon/Gemfile b/instrumentation/excon/Gemfile index 1d0854a8eb..f6655c9a70 100644 --- a/instrumentation/excon/Gemfile +++ b/instrumentation/excon/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/faraday/Gemfile b/instrumentation/faraday/Gemfile index 1d0854a8eb..f6655c9a70 100644 --- a/instrumentation/faraday/Gemfile +++ b/instrumentation/faraday/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/grape/Gemfile b/instrumentation/grape/Gemfile index a2fbe723d4..c575b3edfe 100644 --- a/instrumentation/grape/Gemfile +++ b/instrumentation/grape/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/graphql/Gemfile b/instrumentation/graphql/Gemfile index b6afc9f9a0..addc1ea697 100644 --- a/instrumentation/graphql/Gemfile +++ b/instrumentation/graphql/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/grpc/Gemfile b/instrumentation/grpc/Gemfile index 24fd5b2eae..629a0178e1 100644 --- a/instrumentation/grpc/Gemfile +++ b/instrumentation/grpc/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.4' gem 'rake', '~> 13.2' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/gruf/Gemfile b/instrumentation/gruf/Gemfile index af56198d15..7840ba1522 100644 --- a/instrumentation/gruf/Gemfile +++ b/instrumentation/gruf/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'rake', '~> 12.3.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/http/Gemfile b/instrumentation/http/Gemfile index 31bc544799..9830b78c3f 100644 --- a/instrumentation/http/Gemfile +++ b/instrumentation/http/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/http_client/Gemfile b/instrumentation/http_client/Gemfile index b6afc9f9a0..addc1ea697 100644 --- a/instrumentation/http_client/Gemfile +++ b/instrumentation/http_client/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/httpx/Gemfile b/instrumentation/httpx/Gemfile index 31bc544799..9830b78c3f 100644 --- a/instrumentation/httpx/Gemfile +++ b/instrumentation/httpx/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/koala/Gemfile b/instrumentation/koala/Gemfile index 31bc544799..9830b78c3f 100644 --- a/instrumentation/koala/Gemfile +++ b/instrumentation/koala/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/lmdb/Gemfile b/instrumentation/lmdb/Gemfile index b6afc9f9a0..addc1ea697 100644 --- a/instrumentation/lmdb/Gemfile +++ b/instrumentation/lmdb/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/mongo/Gemfile b/instrumentation/mongo/Gemfile index 431471eb9c..760c6257cc 100644 --- a/instrumentation/mongo/Gemfile +++ b/instrumentation/mongo/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/mysql2/Gemfile b/instrumentation/mysql2/Gemfile index cfaaf79416..5f3600b9aa 100644 --- a/instrumentation/mysql2/Gemfile +++ b/instrumentation/mysql2/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/net_http/Gemfile b/instrumentation/net_http/Gemfile index e6d47e102d..de1709ce17 100644 --- a/instrumentation/net_http/Gemfile +++ b/instrumentation/net_http/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0.1' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/pg/Gemfile b/instrumentation/pg/Gemfile index bd1ddc3433..134255dcf4 100644 --- a/instrumentation/pg/Gemfile +++ b/instrumentation/pg/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/que/Gemfile b/instrumentation/que/Gemfile index 18c5b73c10..83f025ad8e 100644 --- a/instrumentation/que/Gemfile +++ b/instrumentation/que/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/racecar/Gemfile b/instrumentation/racecar/Gemfile index 581a18708a..3e718a5886 100644 --- a/instrumentation/racecar/Gemfile +++ b/instrumentation/racecar/Gemfile @@ -19,7 +19,7 @@ group :test do gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' gem 'rspec-mocks' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rack/Gemfile b/instrumentation/rack/Gemfile index 845f8d5c0f..00c1523cb2 100644 --- a/instrumentation/rack/Gemfile +++ b/instrumentation/rack/Gemfile @@ -16,7 +16,7 @@ group :test do gem 'opentelemetry-sdk-experimental', '~> 0.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rails/Gemfile b/instrumentation/rails/Gemfile index cd98fcdc56..8af50f751e 100644 --- a/instrumentation/rails/Gemfile +++ b/instrumentation/rails/Gemfile @@ -16,7 +16,7 @@ group :test do gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rack-test', '~> 2.1.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rake/Gemfile b/instrumentation/rake/Gemfile index 89ae51f6d8..2bbe3b1852 100644 --- a/instrumentation/rake/Gemfile +++ b/instrumentation/rake/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rdkafka/Gemfile b/instrumentation/rdkafka/Gemfile index f51eaf062e..c0cf50ca02 100644 --- a/instrumentation/rdkafka/Gemfile +++ b/instrumentation/rdkafka/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/redis/Gemfile b/instrumentation/redis/Gemfile index 081588749e..1d8e821266 100644 --- a/instrumentation/redis/Gemfile +++ b/instrumentation/redis/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/resque/Gemfile b/instrumentation/resque/Gemfile index 47d146e8ec..7911d511da 100644 --- a/instrumentation/resque/Gemfile +++ b/instrumentation/resque/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/restclient/Gemfile b/instrumentation/restclient/Gemfile index 1d0854a8eb..f6655c9a70 100644 --- a/instrumentation/restclient/Gemfile +++ b/instrumentation/restclient/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rspec/Gemfile b/instrumentation/rspec/Gemfile index 56fd463c20..2b8953954b 100644 --- a/instrumentation/rspec/Gemfile +++ b/instrumentation/rspec/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/ruby_kafka/Gemfile b/instrumentation/ruby_kafka/Gemfile index a3f4cc077d..baae39c9a0 100644 --- a/instrumentation/ruby_kafka/Gemfile +++ b/instrumentation/ruby_kafka/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/sidekiq/Gemfile b/instrumentation/sidekiq/Gemfile index 63e5312e6d..777cae1ba4 100644 --- a/instrumentation/sidekiq/Gemfile +++ b/instrumentation/sidekiq/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/sinatra/Gemfile b/instrumentation/sinatra/Gemfile index ba7ed35987..3f4cae05a0 100644 --- a/instrumentation/sinatra/Gemfile +++ b/instrumentation/sinatra/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rack-test', '~> 2.1' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/trilogy/Gemfile b/instrumentation/trilogy/Gemfile index 2b999602a9..a0a32d7fff 100644 --- a/instrumentation/trilogy/Gemfile +++ b/instrumentation/trilogy/Gemfile @@ -15,7 +15,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/processor/baggage/Gemfile b/processor/baggage/Gemfile index 39f9f18d70..05946bca91 100644 --- a/processor/baggage/Gemfile +++ b/processor/baggage/Gemfile @@ -10,7 +10,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/google_cloud_trace_context/Gemfile b/propagator/google_cloud_trace_context/Gemfile index b430f47477..1c2279094d 100644 --- a/propagator/google_cloud_trace_context/Gemfile +++ b/propagator/google_cloud_trace_context/Gemfile @@ -8,7 +8,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/ottrace/Gemfile b/propagator/ottrace/Gemfile index 738651cb84..8f9186deec 100644 --- a/propagator/ottrace/Gemfile +++ b/propagator/ottrace/Gemfile @@ -9,7 +9,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/vitess/Gemfile b/propagator/vitess/Gemfile index 98c415df5e..8f74290a07 100644 --- a/propagator/vitess/Gemfile +++ b/propagator/vitess/Gemfile @@ -9,7 +9,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/xray/Gemfile b/propagator/xray/Gemfile index 01365f2adb..2bbec5eb1d 100644 --- a/propagator/xray/Gemfile +++ b/propagator/xray/Gemfile @@ -12,7 +12,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/resources/aws/Gemfile b/resources/aws/Gemfile index d57d85d6d0..beaa109675 100644 --- a/resources/aws/Gemfile +++ b/resources/aws/Gemfile @@ -12,7 +12,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/resources/azure/Gemfile b/resources/azure/Gemfile index d57d85d6d0..beaa109675 100644 --- a/resources/azure/Gemfile +++ b/resources/azure/Gemfile @@ -12,7 +12,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/resources/container/Gemfile b/resources/container/Gemfile index df0a7a2b8e..4d2303c1d3 100644 --- a/resources/container/Gemfile +++ b/resources/container/Gemfile @@ -12,7 +12,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/resources/google_cloud_platform/Gemfile b/resources/google_cloud_platform/Gemfile index d57d85d6d0..beaa109675 100644 --- a/resources/google_cloud_platform/Gemfile +++ b/resources/google_cloud_platform/Gemfile @@ -12,7 +12,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/sampler/xray/Gemfile b/sampler/xray/Gemfile index feb77930bc..2a7e06b099 100644 --- a/sampler/xray/Gemfile +++ b/sampler/xray/Gemfile @@ -12,7 +12,7 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.79.1' + gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' From 69cf135b05c20daef484ebf37235956f53cbc0c5 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 27 Aug 2025 10:49:59 -0700 Subject: [PATCH 3/3] chore: Rubocop Style/RedundantRegexpCharacterClass --- .../lib/opentelemetry/instrumentation/pg/patches/connection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/pg/lib/opentelemetry/instrumentation/pg/patches/connection.rb b/instrumentation/pg/lib/opentelemetry/instrumentation/pg/patches/connection.rb index a40da7cd76..d68973d38b 100644 --- a/instrumentation/pg/lib/opentelemetry/instrumentation/pg/patches/connection.rb +++ b/instrumentation/pg/lib/opentelemetry/instrumentation/pg/patches/connection.rb @@ -15,7 +15,7 @@ module Patches # Module to prepend to PG::Connection for instrumentation module Connection # rubocop:disable Metrics/ModuleLength # Capture the first word (including letters, digits, underscores, & '.', ) that follows common table commands - TABLE_NAME = /\b(?:FROM|INTO|UPDATE|CREATE\s+TABLE(?:\s+IF\s+NOT\s+EXISTS)?|DROP\s+TABLE(?:\s+IF\s+EXISTS)?|ALTER\s+TABLE(?:\s+IF\s+EXISTS)?)\s+["]?([\w\.]+)["]?/i + TABLE_NAME = /\b(?:FROM|INTO|UPDATE|CREATE\s+TABLE(?:\s+IF\s+NOT\s+EXISTS)?|DROP\s+TABLE(?:\s+IF\s+EXISTS)?|ALTER\s+TABLE(?:\s+IF\s+EXISTS)?)\s+"?([\w\.]+)"?/i PG::Constants::EXEC_ISH_METHODS.each do |method| define_method method do |*args, &block|