Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .instrumentation_generator/templates/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.0'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.17.1'
gem 'webmock', '~> 3.24'
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ AllCops:
- "**/example/*"
- "bin/instrumentation_generator"
- "**/**/vendor/bundle/**/*"
- "**/proto/**"
Bundler/OrderedGems:
Enabled: false
Gemspec/DevelopmentDependencies:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
source 'https://rubygems.org'

gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
2 changes: 1 addition & 1 deletion helpers/mysql/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion helpers/sql-obfuscation/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion helpers/sql/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/action_mailer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/action_pack/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/action_view/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_job/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_model_serializers/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_record/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_storage/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_support/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/all/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :test do
gem 'bundler', '~> 2.4'
gem 'minitest', '~> 5.0'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/anthropic/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :test do
gem 'opentelemetry-sdk-experimental', '~> 0.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module OpenTelemetry
module Instrumentation
module Anthropic
module Patches
# Patches Anthropic to propagate context when using PooledNetRequester
module PooledNetRequester
OTEL_FIBER_KEY = :_otel_pooled_net_requester_context
private_constant :OTEL_FIBER_KEY
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/aws_lambda/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/aws_sdk/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/base/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/bunny/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/concurrent_ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/dalli/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/delayed_job/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/ethon/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/excon/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/faraday/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/grape/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.0'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/graphql/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/grpc/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.4'
gem 'rake', '~> 13.2'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/gruf/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.0'
gem 'rake', '~> 12.3.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/http/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/http_client/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/httpx/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/koala/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/lmdb/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/mongo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/mysql2/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/net_http/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0.1'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/pg/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module Patches
# Module to prepend to PG::Connection for instrumentation
module Connection # rubocop:disable Metrics/ModuleLength
# Capture the first word (including letters, digits, underscores, & '.', ) that follows common table commands
TABLE_NAME = /\b(?:FROM|INTO|UPDATE|CREATE\s+TABLE(?:\s+IF\s+NOT\s+EXISTS)?|DROP\s+TABLE(?:\s+IF\s+EXISTS)?|ALTER\s+TABLE(?:\s+IF\s+EXISTS)?)\s+["]?([\w\.]+)["]?/i
TABLE_NAME = /\b(?:FROM|INTO|UPDATE|CREATE\s+TABLE(?:\s+IF\s+NOT\s+EXISTS)?|DROP\s+TABLE(?:\s+IF\s+EXISTS)?|ALTER\s+TABLE(?:\s+IF\s+EXISTS)?)\s+"?([\w\.]+)"?/i

PG::Constants::EXEC_ISH_METHODS.each do |method|
define_method method do |*args, &block|
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/que/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/racecar/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rspec-mocks'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/rack/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-sdk-experimental', '~> 0.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop', '~> 1.80.2'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
Loading