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 @@ -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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.0'
gem 'simplecov', '~> 0.17.1'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins: rubocop-performance
require: rubocop-performance

AllCops:
TargetRubyVersion: '3.1'
Expand Down
2 changes: 2 additions & 0 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'digest'

digest = Digest::MD5.new
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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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 @@ -18,7 +18,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/ethon/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.76.2'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.23.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 @@ -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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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 @@ -18,7 +18,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.0'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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 @@ -18,7 +18,7 @@ group :test do
gem 'minitest', '~> 5.0'
gem 'opentelemetry-sdk', '~> 1.0'
gem 'rake', '~> 12.3.3'
gem 'rubocop', '~> 1.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/mongo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.76.2'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.23.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 @@ -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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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 @@ -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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/que/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.76.2'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.23.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9'
gem 'pg'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def self.run(first, second); end
_(root_span.parent_span_id).must_equal(OpenTelemetry::Trace::INVALID_SPAN_ID)

other_spans = spans - [root_span]
_(other_spans.count.positive?).must_equal(true)
_(other_spans.any?).must_equal(true)

other_spans.each do |other_span|
_(other_span.parent_span_id).must_equal(root_span.span_id)
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/racecar/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ group :test do
gem 'opentelemetry-test-helpers', '~> 0.3'
gem 'rake', '~> 13.0'
gem 'rspec-mocks'
gem 'rubocop', '~> 1.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.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.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/rails/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 'rack-test', '~> 2.1.0'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.76.2'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-performance', '~> 1.24.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.24'
Expand Down
Loading