Skip to content
Closed
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
1 change: 1 addition & 0 deletions .github/workflows/ci-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
fail-fast: false
matrix:
gem:
- resource-detector-aws
- resource-detector-azure
- resource-detector-container
- resource-detector-google_cloud_platform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .instrumentation_generator/templates/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.17.1'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ source 'https://rubygems.org'

gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
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 @@ -14,7 +14,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'yard-doctest', '~> 0.1.6'
Expand Down
2 changes: 1 addition & 1 deletion helpers/sql-obfuscation/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'yard-doctest', '~> 0.1.6'
Expand Down
2 changes: 1 addition & 1 deletion helpers/sql/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
if RUBY_VERSION >= '3.4'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/action_mailer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/action_pack/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/action_view/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_job/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
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 @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_record/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_storage/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_support/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/all/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 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'active_model_serializers'
Expand All @@ -29,7 +29,7 @@ group :test do
.sort
.each { |dir| gem "opentelemetry-helpers-#{dir}", path: "../../helpers/#{dir}" }

excluded_instrumentations = %w[. .. all grpc]
excluded_instrumentations = %w[. .. all]
Dir.entries('../')
.select { |entry| File.directory?(File.join('../', entry)) }
.reject { |entry| excluded_instrumentations.include?(entry) }
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/aws_lambda/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/aws_sdk/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/base/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
if RUBY_VERSION >= '3.4'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/bunny/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'opentelemetry-instrumentation-base', path: '../base'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/concurrent_ruby/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'opentelemetry-instrumentation-base', path: '../base'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/dalli/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'opentelemetry-instrumentation-base', path: '../base'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/delayed_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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/ethon/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'opentelemetry-instrumentation-base', path: '../base'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/excon/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/faraday/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/grape/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.0'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/graphql/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/grpc/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.4'
gem 'rake', '~> 13.2'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'opentelemetry-instrumentation-base', path: '../base'
Expand Down
6 changes: 3 additions & 3 deletions instrumentation/grpc/example/trace_demonstration.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
require_relative './proto/example_api_services_pb'
require_relative './example_impl'

require 'bundler/inline'

gemfile do
Expand All @@ -12,6 +9,9 @@
gem 'opentelemetry-sdk'
end

require_relative 'proto/example_api_services_pb'
require_relative 'example_impl'

ENV['OTEL_TRACES_EXPORTER'] = 'console'
OpenTelemetry::SDK.configure do |c|
c.use 'OpenTelemetry::Instrumentation::Grpc'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/gruf/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.0'
gem 'rake', '~> 12.3.3'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/http/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/http_client/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/httpx/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/koala/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/lmdb/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/mongo/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/mysql2/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem 'opentelemetry-sdk', '~> 1.1'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
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-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0.1'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/pg/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 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'activerecord', '>= 7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/que/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'pg'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/racecar/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ group :test do
gem 'rake', '~> 13.0'
gem 'rspec-mocks'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/rack/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.75.1'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
gem 'yard', '~> 0.9'
Expand Down
Loading
Loading