From edcbab333aee23354cab508907e6ed685a1360fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:33:28 +0000 Subject: [PATCH 1/6] chore: update rubocop requirement from ~> 1.73.2 to ~> 1.75.1 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.73.2...v1.75.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.1 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 0e413f3766..18df87d61b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ source 'https://rubygems.org' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.73.2' +gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' From 92b139da428b9c6a7ad4d0fed01a862f390e0eac Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 2 Apr 2025 13:57:34 -0700 Subject: [PATCH 2/6] chore: update rubocop to 1.75.1 --- .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/ottrace/Gemfile | 2 +- propagator/vitess/Gemfile | 2 +- propagator/xray/Gemfile | 2 +- resources/azure/Gemfile | 2 +- resources/container/Gemfile | 2 +- resources/google_cloud_platform/Gemfile | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/.instrumentation_generator/templates/Gemfile b/.instrumentation_generator/templates/Gemfile index 4ca41bb058..3723fca98e 100644 --- a/.instrumentation_generator/templates/Gemfile +++ b/.instrumentation_generator/templates/Gemfile @@ -20,7 +20,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.17.1' gem 'webmock', '~> 3.24' diff --git a/helpers/mysql/Gemfile b/helpers/mysql/Gemfile index ef7efb1848..3d1086e0fb 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/helpers/sql-obfuscation/Gemfile b/helpers/sql-obfuscation/Gemfile index ef7efb1848..3d1086e0fb 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/helpers/sql/Gemfile b/helpers/sql/Gemfile index c2616363cc..d9711191f1 100644 --- a/helpers/sql/Gemfile +++ b/helpers/sql/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/action_mailer/Gemfile b/instrumentation/action_mailer/Gemfile index 584827c3a8..1433110629 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/action_pack/Gemfile b/instrumentation/action_pack/Gemfile index a9c190c1e6..cc0e435d99 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/action_view/Gemfile b/instrumentation/action_view/Gemfile index 41c83af3db..afbb2d8e11 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_job/Gemfile b/instrumentation/active_job/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.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 9e3dab0928..eaa2d79162 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_record/Gemfile b/instrumentation/active_record/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_storage/Gemfile b/instrumentation/active_storage/Gemfile index 41c83af3db..afbb2d8e11 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_support/Gemfile b/instrumentation/active_support/Gemfile index f3f778717e..21723b363c 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/all/Gemfile b/instrumentation/all/Gemfile index 944ec3e20e..4b2ef1e396 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/aws_lambda/Gemfile b/instrumentation/aws_lambda/Gemfile index 5361f0e180..a30cb0e121 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/aws_sdk/Gemfile b/instrumentation/aws_sdk/Gemfile index 5361f0e180..a30cb0e121 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/base/Gemfile b/instrumentation/base/Gemfile index 8a0db37ea2..7974f37165 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/bunny/Gemfile b/instrumentation/bunny/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/concurrent_ruby/Gemfile b/instrumentation/concurrent_ruby/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/dalli/Gemfile b/instrumentation/dalli/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/delayed_job/Gemfile b/instrumentation/delayed_job/Gemfile index de31e682bc..648e7a08f1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/ethon/Gemfile b/instrumentation/ethon/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/excon/Gemfile b/instrumentation/excon/Gemfile index 3cca3c2557..33388452b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/faraday/Gemfile b/instrumentation/faraday/Gemfile index 3cca3c2557..33388452b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/grape/Gemfile b/instrumentation/grape/Gemfile index 39e293c9dc..95a1c92820 100644 --- a/instrumentation/grape/Gemfile +++ b/instrumentation/grape/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/graphql/Gemfile b/instrumentation/graphql/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/grpc/Gemfile b/instrumentation/grpc/Gemfile index a5386786af..529d14941a 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/gruf/Gemfile b/instrumentation/gruf/Gemfile index 8702a2498d..82410bca6d 100644 --- a/instrumentation/gruf/Gemfile +++ b/instrumentation/gruf/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'rake', '~> 12.3.3' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/http/Gemfile b/instrumentation/http/Gemfile index f377ed39a8..a07a1265b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/http_client/Gemfile b/instrumentation/http_client/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/httpx/Gemfile b/instrumentation/httpx/Gemfile index f377ed39a8..a07a1265b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/koala/Gemfile b/instrumentation/koala/Gemfile index f377ed39a8..a07a1265b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/lmdb/Gemfile b/instrumentation/lmdb/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/mongo/Gemfile b/instrumentation/mongo/Gemfile index 530427bdb9..0378df5f77 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/mysql2/Gemfile b/instrumentation/mysql2/Gemfile index ff58f17e92..c9fadb8134 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/net_http/Gemfile b/instrumentation/net_http/Gemfile index fdc66592c0..31b475bb19 100644 --- a/instrumentation/net_http/Gemfile +++ b/instrumentation/net_http/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0.1' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/pg/Gemfile b/instrumentation/pg/Gemfile index 55ddb63c57..912305ffee 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/que/Gemfile b/instrumentation/que/Gemfile index a4faaf621e..2c835fa4c6 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/racecar/Gemfile b/instrumentation/racecar/Gemfile index 9ece1dc6d4..57d90e370f 100644 --- a/instrumentation/racecar/Gemfile +++ b/instrumentation/racecar/Gemfile @@ -23,7 +23,7 @@ group :test do gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' gem 'rspec-mocks' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rack/Gemfile b/instrumentation/rack/Gemfile index 2f47a7830b..c6751136e2 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rails/Gemfile b/instrumentation/rails/Gemfile index 98f26a009d..ef771300ff 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rake/Gemfile b/instrumentation/rake/Gemfile index 28af3a17bc..b7ae0066e5 100644 --- a/instrumentation/rake/Gemfile +++ b/instrumentation/rake/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rdkafka/Gemfile b/instrumentation/rdkafka/Gemfile index 7b458415b0..e152bbd50f 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/redis/Gemfile b/instrumentation/redis/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/resque/Gemfile b/instrumentation/resque/Gemfile index 81e7b4e38a..0a1b56028d 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/restclient/Gemfile b/instrumentation/restclient/Gemfile index 3cca3c2557..33388452b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rspec/Gemfile b/instrumentation/rspec/Gemfile index c03e76436c..be2d93adde 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/ruby_kafka/Gemfile b/instrumentation/ruby_kafka/Gemfile index 9e852c435b..07ac19d13b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/sidekiq/Gemfile b/instrumentation/sidekiq/Gemfile index 8d7a08a7b0..db0968f4c8 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/sinatra/Gemfile b/instrumentation/sinatra/Gemfile index 9b4b4b4679..5c2bbcf78b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/trilogy/Gemfile b/instrumentation/trilogy/Gemfile index 325528d456..852411dbbb 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/processor/baggage/Gemfile b/processor/baggage/Gemfile index 10b808564b..d0f1fbee53 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/ottrace/Gemfile b/propagator/ottrace/Gemfile index bbe7e6e9f9..9708a23451 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/vitess/Gemfile b/propagator/vitess/Gemfile index bf970d09f3..e7c1bde87c 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/xray/Gemfile b/propagator/xray/Gemfile index 9770bd3b46..5516c83446 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/resources/azure/Gemfile b/resources/azure/Gemfile index 1f0af4df2e..cb9965eb44 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/resources/container/Gemfile b/resources/container/Gemfile index 3e6af62b0f..8bf2eb907b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.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 1f0af4df2e..cb9965eb44 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' From b2c3aded435aa85b7176c7fceaa990ebd96abf4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:33:28 +0000 Subject: [PATCH 3/6] chore: update rubocop requirement from ~> 1.73.2 to ~> 1.75.1 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.73.2...v1.75.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.1 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 0e413f3766..18df87d61b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ source 'https://rubygems.org' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.73.2' +gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' From dd05b9e86ed5a9913e81faea43105d0ce9cdb7b9 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 2 Apr 2025 13:57:34 -0700 Subject: [PATCH 4/6] chore: update rubocop to 1.75.1 --- .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/ottrace/Gemfile | 2 +- propagator/vitess/Gemfile | 2 +- propagator/xray/Gemfile | 2 +- resources/azure/Gemfile | 2 +- resources/container/Gemfile | 2 +- resources/google_cloud_platform/Gemfile | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/.instrumentation_generator/templates/Gemfile b/.instrumentation_generator/templates/Gemfile index 4ca41bb058..3723fca98e 100644 --- a/.instrumentation_generator/templates/Gemfile +++ b/.instrumentation_generator/templates/Gemfile @@ -20,7 +20,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.17.1' gem 'webmock', '~> 3.24' diff --git a/helpers/mysql/Gemfile b/helpers/mysql/Gemfile index ef7efb1848..3d1086e0fb 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/helpers/sql-obfuscation/Gemfile b/helpers/sql-obfuscation/Gemfile index ef7efb1848..3d1086e0fb 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/helpers/sql/Gemfile b/helpers/sql/Gemfile index c2616363cc..d9711191f1 100644 --- a/helpers/sql/Gemfile +++ b/helpers/sql/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/action_mailer/Gemfile b/instrumentation/action_mailer/Gemfile index 584827c3a8..1433110629 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/action_pack/Gemfile b/instrumentation/action_pack/Gemfile index a9c190c1e6..cc0e435d99 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/action_view/Gemfile b/instrumentation/action_view/Gemfile index 41c83af3db..afbb2d8e11 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_job/Gemfile b/instrumentation/active_job/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.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 9e3dab0928..eaa2d79162 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_record/Gemfile b/instrumentation/active_record/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_storage/Gemfile b/instrumentation/active_storage/Gemfile index 41c83af3db..afbb2d8e11 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/active_support/Gemfile b/instrumentation/active_support/Gemfile index f3f778717e..21723b363c 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/all/Gemfile b/instrumentation/all/Gemfile index 944ec3e20e..4b2ef1e396 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/aws_lambda/Gemfile b/instrumentation/aws_lambda/Gemfile index 5361f0e180..a30cb0e121 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/aws_sdk/Gemfile b/instrumentation/aws_sdk/Gemfile index 5361f0e180..a30cb0e121 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/base/Gemfile b/instrumentation/base/Gemfile index 8a0db37ea2..7974f37165 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/bunny/Gemfile b/instrumentation/bunny/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/concurrent_ruby/Gemfile b/instrumentation/concurrent_ruby/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/dalli/Gemfile b/instrumentation/dalli/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/delayed_job/Gemfile b/instrumentation/delayed_job/Gemfile index de31e682bc..648e7a08f1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/ethon/Gemfile b/instrumentation/ethon/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/excon/Gemfile b/instrumentation/excon/Gemfile index 3cca3c2557..33388452b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/faraday/Gemfile b/instrumentation/faraday/Gemfile index 3cca3c2557..33388452b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/grape/Gemfile b/instrumentation/grape/Gemfile index 39e293c9dc..95a1c92820 100644 --- a/instrumentation/grape/Gemfile +++ b/instrumentation/grape/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/graphql/Gemfile b/instrumentation/graphql/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/grpc/Gemfile b/instrumentation/grpc/Gemfile index a5386786af..529d14941a 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/gruf/Gemfile b/instrumentation/gruf/Gemfile index 8702a2498d..82410bca6d 100644 --- a/instrumentation/gruf/Gemfile +++ b/instrumentation/gruf/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'rake', '~> 12.3.3' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/http/Gemfile b/instrumentation/http/Gemfile index f377ed39a8..a07a1265b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/http_client/Gemfile b/instrumentation/http_client/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/httpx/Gemfile b/instrumentation/httpx/Gemfile index f377ed39a8..a07a1265b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/koala/Gemfile b/instrumentation/koala/Gemfile index f377ed39a8..a07a1265b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/lmdb/Gemfile b/instrumentation/lmdb/Gemfile index b335f4b04d..a2eceb969b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/mongo/Gemfile b/instrumentation/mongo/Gemfile index 530427bdb9..0378df5f77 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/mysql2/Gemfile b/instrumentation/mysql2/Gemfile index ff58f17e92..c9fadb8134 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/net_http/Gemfile b/instrumentation/net_http/Gemfile index fdc66592c0..31b475bb19 100644 --- a/instrumentation/net_http/Gemfile +++ b/instrumentation/net_http/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0.1' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/pg/Gemfile b/instrumentation/pg/Gemfile index 55ddb63c57..912305ffee 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/que/Gemfile b/instrumentation/que/Gemfile index a4faaf621e..2c835fa4c6 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/racecar/Gemfile b/instrumentation/racecar/Gemfile index 9ece1dc6d4..57d90e370f 100644 --- a/instrumentation/racecar/Gemfile +++ b/instrumentation/racecar/Gemfile @@ -23,7 +23,7 @@ group :test do gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' gem 'rspec-mocks' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rack/Gemfile b/instrumentation/rack/Gemfile index 2f47a7830b..c6751136e2 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rails/Gemfile b/instrumentation/rails/Gemfile index 98f26a009d..ef771300ff 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rake/Gemfile b/instrumentation/rake/Gemfile index 28af3a17bc..b7ae0066e5 100644 --- a/instrumentation/rake/Gemfile +++ b/instrumentation/rake/Gemfile @@ -18,7 +18,7 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rdkafka/Gemfile b/instrumentation/rdkafka/Gemfile index 7b458415b0..e152bbd50f 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/redis/Gemfile b/instrumentation/redis/Gemfile index e1c1b1f12e..8f27a80732 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/resque/Gemfile b/instrumentation/resque/Gemfile index 81e7b4e38a..0a1b56028d 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/restclient/Gemfile b/instrumentation/restclient/Gemfile index 3cca3c2557..33388452b1 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/rspec/Gemfile b/instrumentation/rspec/Gemfile index c03e76436c..be2d93adde 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/ruby_kafka/Gemfile b/instrumentation/ruby_kafka/Gemfile index 9e852c435b..07ac19d13b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/sidekiq/Gemfile b/instrumentation/sidekiq/Gemfile index 8d7a08a7b0..db0968f4c8 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/instrumentation/sinatra/Gemfile b/instrumentation/sinatra/Gemfile index 9b4b4b4679..5c2bbcf78b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/instrumentation/trilogy/Gemfile b/instrumentation/trilogy/Gemfile index 325528d456..852411dbbb 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/processor/baggage/Gemfile b/processor/baggage/Gemfile index 10b808564b..d0f1fbee53 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/ottrace/Gemfile b/propagator/ottrace/Gemfile index bbe7e6e9f9..9708a23451 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/vitess/Gemfile b/propagator/vitess/Gemfile index bf970d09f3..e7c1bde87c 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/propagator/xray/Gemfile b/propagator/xray/Gemfile index 9770bd3b46..5516c83446 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' diff --git a/resources/azure/Gemfile b/resources/azure/Gemfile index 1f0af4df2e..cb9965eb44 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/resources/container/Gemfile b/resources/container/Gemfile index 3e6af62b0f..8bf2eb907b 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.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 1f0af4df2e..cb9965eb44 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.73.2' + gem 'rubocop', '~> 1.75.1' gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' From b898f39c3e9b0cd42c83376a8ca4fb2f2f4afd62 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 2 Apr 2025 14:01:32 -0700 Subject: [PATCH 5/6] chore: fix deprecation warning for plugins --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 65cb60deeb..de30a487c5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,4 +1,4 @@ -require: rubocop-performance +plugins: rubocop-performance AllCops: TargetRubyVersion: '3.1' From 1ddaff5b34d3e3ae207f57ae0b07c96eb184645e Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 2 Apr 2025 14:05:36 -0700 Subject: [PATCH 6/6] chore: Lint/UselessConstantScoping Make the SUBSCRIPTIONS constant private using private_constant --- .../lib/opentelemetry/instrumentation/grape/subscriber.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/instrumentation/grape/lib/opentelemetry/instrumentation/grape/subscriber.rb b/instrumentation/grape/lib/opentelemetry/instrumentation/grape/subscriber.rb index 004c558e53..2e819d0935 100644 --- a/instrumentation/grape/lib/opentelemetry/instrumentation/grape/subscriber.rb +++ b/instrumentation/grape/lib/opentelemetry/instrumentation/grape/subscriber.rb @@ -22,8 +22,6 @@ def subscribe end end - private - # ActiveSupport::Notifications that can be subscribed to using the documented `.subscribe` interface. # Reference: https://api.rubyonrails.org/classes/ActiveSupport/Notifications.html#method-c-subscribe SUBSCRIPTIONS = { @@ -33,6 +31,10 @@ def subscribe format_response: 'format_response.grape' }.freeze + private_constant :SUBSCRIPTIONS + + private + def filter_ignored_events(subscriptions) # Do not ignore 'endpoint_run' event ignored_events = config[:ignored_events] - [:endpoint_run]