Skip to content

Commit bd31d31

Browse files
Merge branch 'main' into http_span_name_update_semconv
2 parents 00b9b68 + 3981a52 commit bd31d31

File tree

66 files changed

+74
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+74
-72
lines changed

.instrumentation_generator/templates/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group :test do
2020
gem 'opentelemetry-sdk', '~> 1.0'
2121
gem 'opentelemetry-test-helpers', '~> 0.3'
2222
gem 'rake', '~> 13.0'
23-
gem 'rubocop', '~> 1.75.1'
23+
gem 'rubocop', '~> 1.76.2'
2424
gem 'rubocop-performance', '~> 1.24.0'
2525
gem 'simplecov', '~> 0.17.1'
2626
gem 'webmock', '~> 3.24'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
source 'https://rubygems.org'
88

99
gem 'rake', '~> 13.0'
10-
gem 'rubocop', '~> 1.75.1'
10+
gem 'rubocop', '~> 1.76.2'
1111
gem 'rubocop-performance', '~> 1.24.0'

helpers/mysql/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :test do
1313
gem 'minitest', '~> 5.0'
1414
gem 'opentelemetry-test-helpers', '~> 0.3'
1515
gem 'rake', '~> 13.0'
16-
gem 'rubocop', '~> 1.75.1'
16+
gem 'rubocop', '~> 1.76.2'
1717
gem 'rubocop-performance', '~> 1.24.0'
1818
gem 'simplecov', '~> 0.22.0'
1919
gem 'yard', '~> 0.9'

helpers/sql-obfuscation/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :test do
1313
gem 'minitest', '~> 5.0'
1414
gem 'opentelemetry-test-helpers', '~> 0.3'
1515
gem 'rake', '~> 13.0'
16-
gem 'rubocop', '~> 1.75.1'
16+
gem 'rubocop', '~> 1.76.2'
1717
gem 'rubocop-performance', '~> 1.24.0'
1818
gem 'simplecov', '~> 0.22.0'
1919
gem 'yard', '~> 0.9'

helpers/sql/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test do
1818
gem 'minitest', '~> 5.0'
1919
gem 'opentelemetry-test-helpers', '~> 0.3'
2020
gem 'rake', '~> 13.0'
21-
gem 'rubocop', '~> 1.75.1'
21+
gem 'rubocop', '~> 1.76.2'
2222
gem 'rubocop-performance', '~> 1.24.0'
2323
gem 'simplecov', '~> 0.22.0'
2424
gem 'yard', '~> 0.9'

instrumentation/action_mailer/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/action_pack/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/action_view/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/active_job/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/active_model_serializers/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

instrumentation/active_record/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/active_storage/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/active_support/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-test-helpers', '~> 0.3'
1616
gem 'rake', '~> 13.0'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

instrumentation/all/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :test do
1212
gem 'bundler', '~> 2.4'
1313
gem 'minitest', '~> 5.0'
1414
gem 'rake', '~> 13.0'
15-
gem 'rubocop', '~> 1.75.1'
15+
gem 'rubocop', '~> 1.76.2'
1616
gem 'rubocop-performance', '~> 1.24.0'
1717
gem 'simplecov', '~> 0.22.0'
1818
gem 'yard', '~> 0.9'

instrumentation/aws_lambda/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

instrumentation/aws_sdk/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

instrumentation/base/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :test do
1313
gem 'minitest', '~> 5.0'
1414
gem 'opentelemetry-test-helpers', '~> 0.3'
1515
gem 'rake', '~> 13.0'
16-
gem 'rubocop', '~> 1.75.1'
16+
gem 'rubocop', '~> 1.76.2'
1717
gem 'rubocop-performance', '~> 1.24.0'
1818
gem 'simplecov', '~> 0.22.0'
1919
gem 'yard', '~> 0.9'

instrumentation/bunny/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'yard', '~> 0.9'

instrumentation/concurrent_ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'yard', '~> 0.9'

instrumentation/dalli/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'yard', '~> 0.9'

instrumentation/delayed_job/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

instrumentation/delayed_job/test/opentelemetry/instrumentation/delayed_job_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@
5555

5656
it 'after job' do
5757
payload = Class.new do
58+
# rubocop:disable Naming/PredicateMethod
5859
def perform
5960
true
6061
end
62+
# rubocop:enable Naming/PredicateMethod
6163
end
6264

6365
job = Delayed::Job.enqueue(payload.new)

instrumentation/ethon/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'yard', '~> 0.9'

instrumentation/excon/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

instrumentation/faraday/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

instrumentation/grape/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test do
1818
gem 'minitest', '~> 5.0'
1919
gem 'opentelemetry-sdk', '~> 1.0'
2020
gem 'rake', '~> 13.0'
21-
gem 'rubocop', '~> 1.75.1'
21+
gem 'rubocop', '~> 1.76.2'
2222
gem 'rubocop-performance', '~> 1.24.0'
2323
gem 'simplecov', '~> 0.22.0'
2424
gem 'webmock', '~> 3.24'

instrumentation/graphql/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/grpc/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test do
1818
gem 'opentelemetry-sdk', '~> 1.1'
1919
gem 'opentelemetry-test-helpers', '~> 0.4'
2020
gem 'rake', '~> 13.2'
21-
gem 'rubocop', '~> 1.75.1'
21+
gem 'rubocop', '~> 1.76.2'
2222
gem 'rubocop-performance', '~> 1.24.0'
2323
gem 'simplecov', '~> 0.22.0'
2424
gem 'yard', '~> 0.9'

instrumentation/gruf/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test do
1818
gem 'minitest', '~> 5.0'
1919
gem 'opentelemetry-sdk', '~> 1.0'
2020
gem 'rake', '~> 12.3.3'
21-
gem 'rubocop', '~> 1.75.1'
21+
gem 'rubocop', '~> 1.76.2'
2222
gem 'rubocop-performance', '~> 1.24.0'
2323
gem 'simplecov', '~> 0.22.0'
2424
gem 'webmock', '~> 3.24'

instrumentation/http/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/http_client/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/httpx/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/koala/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/lmdb/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/mongo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

instrumentation/mysql2/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test do
1818
gem 'minitest', '~> 5.0'
1919
gem 'opentelemetry-sdk', '~> 1.1'
2020
gem 'opentelemetry-test-helpers', '~> 0.3'
21-
gem 'rubocop', '~> 1.75.1'
21+
gem 'rubocop', '~> 1.76.2'
2222
gem 'rubocop-performance', '~> 1.24.0'
2323
gem 'simplecov', '~> 0.22.0'
2424
gem 'yard', '~> 0.9'

instrumentation/net_http/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'opentelemetry-sdk', '~> 1.1'
1515
gem 'opentelemetry-test-helpers', '~> 0.3'
1616
gem 'rake', '~> 13.0.1'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

instrumentation/pg/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'yard', '~> 0.9'

instrumentation/que/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.75.1'
18+
gem 'rubocop', '~> 1.76.2'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'yard', '~> 0.9'

instrumentation/racecar/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :test do
2323
gem 'opentelemetry-test-helpers', '~> 0.3'
2424
gem 'rake', '~> 13.0'
2525
gem 'rspec-mocks'
26-
gem 'rubocop', '~> 1.75.1'
26+
gem 'rubocop', '~> 1.76.2'
2727
gem 'rubocop-performance', '~> 1.24.0'
2828
gem 'simplecov', '~> 0.22.0'
2929
gem 'webmock', '~> 3.24'

instrumentation/rack/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :test do
1616
gem 'opentelemetry-sdk-experimental', '~> 0.1'
1717
gem 'opentelemetry-test-helpers', '~> 0.3'
1818
gem 'rake', '~> 13.0'
19-
gem 'rubocop', '~> 1.75.1'
19+
gem 'rubocop', '~> 1.76.2'
2020
gem 'rubocop-performance', '~> 1.24.0'
2121
gem 'simplecov', '~> 0.22.0'
2222
gem 'webmock', '~> 3.24'

instrumentation/rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :test do
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rack-test', '~> 2.1.0'
1818
gem 'rake', '~> 13.0'
19-
gem 'rubocop', '~> 1.75.1'
19+
gem 'rubocop', '~> 1.76.2'
2020
gem 'rubocop-performance', '~> 1.24.0'
2121
gem 'simplecov', '~> 0.22.0'
2222
gem 'webmock', '~> 3.24'

instrumentation/rake/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test do
1818
gem 'minitest', '~> 5.0'
1919
gem 'opentelemetry-sdk', '~> 1.0'
2020
gem 'opentelemetry-test-helpers', '~> 0.3'
21-
gem 'rubocop', '~> 1.75.1'
21+
gem 'rubocop', '~> 1.76.2'
2222
gem 'rubocop-performance', '~> 1.24.0'
2323
gem 'simplecov', '~> 0.22.0'
2424
gem 'webmock', '~> 3.24'

instrumentation/rdkafka/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-test-helpers', '~> 0.3'
1616
gem 'rake', '~> 13.0'
17-
gem 'rubocop', '~> 1.75.1'
17+
gem 'rubocop', '~> 1.76.2'
1818
gem 'rubocop-performance', '~> 1.24.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

0 commit comments

Comments
 (0)