diff --git a/.instrumentation_generator/templates/Gemfile b/.instrumentation_generator/templates/Gemfile index bb44b5b103..4ca41bb058 100644 --- a/.instrumentation_generator/templates/Gemfile +++ b/.instrumentation_generator/templates/Gemfile @@ -20,8 +20,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.19.1' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.17.1' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/Gemfile b/Gemfile index ed3b903cca..0e413f3766 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ source 'https://rubygems.org' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.72.0' -gem 'rubocop-performance', '~> 1.23.0' +gem 'rubocop', '~> 1.73.2' +gem 'rubocop-performance', '~> 1.24.0' diff --git a/helpers/mysql/Gemfile b/helpers/mysql/Gemfile index cb98a9c3bc..ef7efb1848 100644 --- a/helpers/mysql/Gemfile +++ b/helpers/mysql/Gemfile @@ -13,8 +13,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'yard-doctest', '~> 0.1.6' diff --git a/helpers/sql-obfuscation/Gemfile b/helpers/sql-obfuscation/Gemfile index cb98a9c3bc..ef7efb1848 100644 --- a/helpers/sql-obfuscation/Gemfile +++ b/helpers/sql-obfuscation/Gemfile @@ -13,8 +13,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'yard-doctest', '~> 0.1.6' diff --git a/helpers/sql/Gemfile b/helpers/sql/Gemfile index edddb14266..c2616363cc 100644 --- a/helpers/sql/Gemfile +++ b/helpers/sql/Gemfile @@ -18,8 +18,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' if RUBY_VERSION >= '3.4' diff --git a/instrumentation/action_mailer/Gemfile b/instrumentation/action_mailer/Gemfile index ae7cfad082..584827c3a8 100644 --- a/instrumentation/action_mailer/Gemfile +++ b/instrumentation/action_mailer/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/action_pack/Gemfile b/instrumentation/action_pack/Gemfile index c6a10b31a5..a9c190c1e6 100644 --- a/instrumentation/action_pack/Gemfile +++ b/instrumentation/action_pack/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/action_view/Gemfile b/instrumentation/action_view/Gemfile index cedc461f23..41c83af3db 100644 --- a/instrumentation/action_view/Gemfile +++ b/instrumentation/action_view/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/active_job/Gemfile b/instrumentation/active_job/Gemfile index 0d32435254..b335f4b04d 100644 --- a/instrumentation/active_job/Gemfile +++ b/instrumentation/active_job/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/active_model_serializers/Gemfile b/instrumentation/active_model_serializers/Gemfile index 174fdb43cf..9e3dab0928 100644 --- a/instrumentation/active_model_serializers/Gemfile +++ b/instrumentation/active_model_serializers/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/active_record/Gemfile b/instrumentation/active_record/Gemfile index 0d32435254..b335f4b04d 100644 --- a/instrumentation/active_record/Gemfile +++ b/instrumentation/active_record/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/active_storage/Gemfile b/instrumentation/active_storage/Gemfile index cedc461f23..41c83af3db 100644 --- a/instrumentation/active_storage/Gemfile +++ b/instrumentation/active_storage/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/active_support/Gemfile b/instrumentation/active_support/Gemfile index 3b63cc3957..f3f778717e 100644 --- a/instrumentation/active_support/Gemfile +++ b/instrumentation/active_support/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/all/Gemfile b/instrumentation/all/Gemfile index a26573fd8c..944ec3e20e 100644 --- a/instrumentation/all/Gemfile +++ b/instrumentation/all/Gemfile @@ -12,8 +12,8 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'active_model_serializers' diff --git a/instrumentation/aws_lambda/Gemfile b/instrumentation/aws_lambda/Gemfile index 904f734729..5361f0e180 100644 --- a/instrumentation/aws_lambda/Gemfile +++ b/instrumentation/aws_lambda/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/aws_sdk/Gemfile b/instrumentation/aws_sdk/Gemfile index 904f734729..5361f0e180 100644 --- a/instrumentation/aws_sdk/Gemfile +++ b/instrumentation/aws_sdk/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/base/Gemfile b/instrumentation/base/Gemfile index 9f973c0d1e..8a0db37ea2 100644 --- a/instrumentation/base/Gemfile +++ b/instrumentation/base/Gemfile @@ -13,8 +13,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' if RUBY_VERSION >= '3.4' diff --git a/instrumentation/bunny/Gemfile b/instrumentation/bunny/Gemfile index 1c0796bba8..e1c1b1f12e 100644 --- a/instrumentation/bunny/Gemfile +++ b/instrumentation/bunny/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'opentelemetry-instrumentation-base', path: '../base' diff --git a/instrumentation/concurrent_ruby/Gemfile b/instrumentation/concurrent_ruby/Gemfile index 1c0796bba8..e1c1b1f12e 100644 --- a/instrumentation/concurrent_ruby/Gemfile +++ b/instrumentation/concurrent_ruby/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'opentelemetry-instrumentation-base', path: '../base' diff --git a/instrumentation/dalli/Gemfile b/instrumentation/dalli/Gemfile index 1c0796bba8..e1c1b1f12e 100644 --- a/instrumentation/dalli/Gemfile +++ b/instrumentation/dalli/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'opentelemetry-instrumentation-base', path: '../base' diff --git a/instrumentation/delayed_job/Gemfile b/instrumentation/delayed_job/Gemfile index ad41f005b7..de31e682bc 100644 --- a/instrumentation/delayed_job/Gemfile +++ b/instrumentation/delayed_job/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/ethon/Gemfile b/instrumentation/ethon/Gemfile index 1c0796bba8..e1c1b1f12e 100644 --- a/instrumentation/ethon/Gemfile +++ b/instrumentation/ethon/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'opentelemetry-instrumentation-base', path: '../base' diff --git a/instrumentation/excon/Gemfile b/instrumentation/excon/Gemfile index 6a587f2ddf..3cca3c2557 100644 --- a/instrumentation/excon/Gemfile +++ b/instrumentation/excon/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/faraday/Gemfile b/instrumentation/faraday/Gemfile index 6a587f2ddf..3cca3c2557 100644 --- a/instrumentation/faraday/Gemfile +++ b/instrumentation/faraday/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/grape/Gemfile b/instrumentation/grape/Gemfile index 3deb203f8f..39e293c9dc 100644 --- a/instrumentation/grape/Gemfile +++ b/instrumentation/grape/Gemfile @@ -18,8 +18,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/graphql/Gemfile b/instrumentation/graphql/Gemfile index 0d32435254..b335f4b04d 100644 --- a/instrumentation/graphql/Gemfile +++ b/instrumentation/graphql/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/grpc/Gemfile b/instrumentation/grpc/Gemfile index 5274f6311a..a5386786af 100644 --- a/instrumentation/grpc/Gemfile +++ b/instrumentation/grpc/Gemfile @@ -18,8 +18,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.4' gem 'rake', '~> 13.2' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'opentelemetry-instrumentation-base', path: '../base' diff --git a/instrumentation/gruf/Gemfile b/instrumentation/gruf/Gemfile index e42d11af85..8702a2498d 100644 --- a/instrumentation/gruf/Gemfile +++ b/instrumentation/gruf/Gemfile @@ -18,8 +18,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'rake', '~> 12.3.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/http/Gemfile b/instrumentation/http/Gemfile index 419376e7e0..f377ed39a8 100644 --- a/instrumentation/http/Gemfile +++ b/instrumentation/http/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/http_client/Gemfile b/instrumentation/http_client/Gemfile index 0d32435254..b335f4b04d 100644 --- a/instrumentation/http_client/Gemfile +++ b/instrumentation/http_client/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/httpx/Gemfile b/instrumentation/httpx/Gemfile index 419376e7e0..f377ed39a8 100644 --- a/instrumentation/httpx/Gemfile +++ b/instrumentation/httpx/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/koala/Gemfile b/instrumentation/koala/Gemfile index 419376e7e0..f377ed39a8 100644 --- a/instrumentation/koala/Gemfile +++ b/instrumentation/koala/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/lmdb/Gemfile b/instrumentation/lmdb/Gemfile index 0d32435254..b335f4b04d 100644 --- a/instrumentation/lmdb/Gemfile +++ b/instrumentation/lmdb/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/mongo/Gemfile b/instrumentation/mongo/Gemfile index 1e93979679..530427bdb9 100644 --- a/instrumentation/mongo/Gemfile +++ b/instrumentation/mongo/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/mysql2/Gemfile b/instrumentation/mysql2/Gemfile index b2a48e5653..ff58f17e92 100644 --- a/instrumentation/mysql2/Gemfile +++ b/instrumentation/mysql2/Gemfile @@ -18,8 +18,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.2' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + 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 24ba239959..fdc66592c0 100644 --- a/instrumentation/net_http/Gemfile +++ b/instrumentation/net_http/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0.1' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/pg/Gemfile b/instrumentation/pg/Gemfile index cf9d5e911f..55ddb63c57 100644 --- a/instrumentation/pg/Gemfile +++ b/instrumentation/pg/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'activerecord', '>= 7.0.0' diff --git a/instrumentation/que/Gemfile b/instrumentation/que/Gemfile index d1582e6fdd..a4faaf621e 100644 --- a/instrumentation/que/Gemfile +++ b/instrumentation/que/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'pg' diff --git a/instrumentation/racecar/Gemfile b/instrumentation/racecar/Gemfile index 4f7d26f4f9..9ece1dc6d4 100644 --- a/instrumentation/racecar/Gemfile +++ b/instrumentation/racecar/Gemfile @@ -23,8 +23,8 @@ group :test do gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' gem 'rspec-mocks' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/rack/Gemfile b/instrumentation/rack/Gemfile index d7494be764..2f47a7830b 100644 --- a/instrumentation/rack/Gemfile +++ b/instrumentation/rack/Gemfile @@ -16,8 +16,8 @@ group :test do gem 'opentelemetry-sdk-experimental', '~> 0.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/rails/Gemfile b/instrumentation/rails/Gemfile index 25e3e77897..98f26a009d 100644 --- a/instrumentation/rails/Gemfile +++ b/instrumentation/rails/Gemfile @@ -16,8 +16,8 @@ group :test do gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rack-test', '~> 2.1.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/rake/Gemfile b/instrumentation/rake/Gemfile index 63bb40b083..28af3a17bc 100644 --- a/instrumentation/rake/Gemfile +++ b/instrumentation/rake/Gemfile @@ -18,8 +18,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.0' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/rdkafka/Gemfile b/instrumentation/rdkafka/Gemfile index abf2822713..7b458415b0 100644 --- a/instrumentation/rdkafka/Gemfile +++ b/instrumentation/rdkafka/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/redis/Gemfile b/instrumentation/redis/Gemfile index 1c0796bba8..e1c1b1f12e 100644 --- a/instrumentation/redis/Gemfile +++ b/instrumentation/redis/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'opentelemetry-instrumentation-base', path: '../base' diff --git a/instrumentation/resque/Gemfile b/instrumentation/resque/Gemfile index 6b2c277359..81e7b4e38a 100644 --- a/instrumentation/resque/Gemfile +++ b/instrumentation/resque/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/restclient/Gemfile b/instrumentation/restclient/Gemfile index 6a587f2ddf..3cca3c2557 100644 --- a/instrumentation/restclient/Gemfile +++ b/instrumentation/restclient/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/rspec/Gemfile b/instrumentation/rspec/Gemfile index c9b2af718e..c03e76436c 100644 --- a/instrumentation/rspec/Gemfile +++ b/instrumentation/rspec/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/ruby_kafka/Gemfile b/instrumentation/ruby_kafka/Gemfile index 0ebededb55..9e852c435b 100644 --- a/instrumentation/ruby_kafka/Gemfile +++ b/instrumentation/ruby_kafka/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'rspec-mocks' diff --git a/instrumentation/sidekiq/Gemfile b/instrumentation/sidekiq/Gemfile index 3fcc6d4563..8d7a08a7b0 100644 --- a/instrumentation/sidekiq/Gemfile +++ b/instrumentation/sidekiq/Gemfile @@ -14,8 +14,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'rails', '>= 7.0' diff --git a/instrumentation/sinatra/Gemfile b/instrumentation/sinatra/Gemfile index d6e16d2e87..9b4b4b4679 100644 --- a/instrumentation/sinatra/Gemfile +++ b/instrumentation/sinatra/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rack-test', '~> 2.1' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/instrumentation/trilogy/Gemfile b/instrumentation/trilogy/Gemfile index 4c69690719..325528d456 100644 --- a/instrumentation/trilogy/Gemfile +++ b/instrumentation/trilogy/Gemfile @@ -15,8 +15,8 @@ group :test do gem 'opentelemetry-sdk', '~> 1.1' gem 'opentelemetry-test-helpers', '~> 0.3' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' gem 'rspec-mocks' diff --git a/processor/baggage/Gemfile b/processor/baggage/Gemfile index 19c2ee2286..10b808564b 100644 --- a/processor/baggage/Gemfile +++ b/processor/baggage/Gemfile @@ -10,8 +10,8 @@ group :test do gem 'minitest', '~> 5.0' gem 'opentelemetry-sdk', '~> 1.1' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' if RUBY_VERSION >= '3.4' diff --git a/propagator/ottrace/Gemfile b/propagator/ottrace/Gemfile index 1373773ec3..bbe7e6e9f9 100644 --- a/propagator/ottrace/Gemfile +++ b/propagator/ottrace/Gemfile @@ -9,8 +9,8 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' if RUBY_VERSION >= '3.4' diff --git a/propagator/vitess/Gemfile b/propagator/vitess/Gemfile index 2cd3ea5a07..bf970d09f3 100644 --- a/propagator/vitess/Gemfile +++ b/propagator/vitess/Gemfile @@ -9,8 +9,8 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' if RUBY_VERSION >= '3.4' diff --git a/propagator/xray/Gemfile b/propagator/xray/Gemfile index 2a6a1b7e89..9770bd3b46 100644 --- a/propagator/xray/Gemfile +++ b/propagator/xray/Gemfile @@ -12,8 +12,8 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'yard', '~> 0.9' if RUBY_VERSION >= '3.4' diff --git a/resources/azure/Gemfile b/resources/azure/Gemfile index 969b76a47f..1f0af4df2e 100644 --- a/resources/azure/Gemfile +++ b/resources/azure/Gemfile @@ -12,8 +12,8 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9' diff --git a/resources/container/Gemfile b/resources/container/Gemfile index 76019e67b1..3e6af62b0f 100644 --- a/resources/container/Gemfile +++ b/resources/container/Gemfile @@ -12,8 +12,8 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.0' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + 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 8e4bc71546..1f0af4df2e 100644 --- a/resources/google_cloud_platform/Gemfile +++ b/resources/google_cloud_platform/Gemfile @@ -12,8 +12,8 @@ group :test do gem 'bundler', '~> 2.4' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' - gem 'rubocop', '~> 1.72.2' - gem 'rubocop-performance', '~> 1.23.0' + gem 'rubocop', '~> 1.73.2' + gem 'rubocop-performance', '~> 1.24.0' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' gem 'yard', '~> 0.9'