Skip to content

Commit cc00f26

Browse files
Merge branch 'main' into bump-aws-lambda
2 parents 0a692f1 + 2346210 commit cc00f26

File tree

62 files changed

+62
-62
lines changed

Some content is hidden

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

62 files changed

+62
-62
lines changed

.instrumentation_generator/templates/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ group :test do
1717
gem 'opentelemetry-test-helpers', '~> 0.3'
1818
gem 'rake', '~> 13.0'
1919
gem 'rubocop', '~> 1.80.2'
20-
gem 'rubocop-performance', '~> 1.25.0'
20+
gem 'rubocop-performance', '~> 1.26.0'
2121
gem 'simplecov', '~> 0.17.1'
2222
gem 'webmock', '~> 3.24'
2323
gem 'yard', '~> 0.9'

Gemfile

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

99
gem 'rake', '~> 13.0'
1010
gem 'rubocop', '~> 1.80.2'
11-
gem 'rubocop-performance', '~> 1.25.0'
11+
gem 'rubocop-performance', '~> 1.26.0'

helpers/mysql/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-test-helpers', '~> 0.3'
1515
gem 'rake', '~> 13.0'
1616
gem 'rubocop', '~> 1.80.2'
17-
gem 'rubocop-performance', '~> 1.25.0'
17+
gem 'rubocop-performance', '~> 1.26.0'
1818
gem 'simplecov', '~> 0.22.0'
1919
gem 'yard', '~> 0.9'
2020
gem 'yard-doctest', '~> 0.1.6'

helpers/sql-obfuscation/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-test-helpers', '~> 0.3'
1515
gem 'rake', '~> 13.0'
1616
gem 'rubocop', '~> 1.80.2'
17-
gem 'rubocop-performance', '~> 1.25.0'
17+
gem 'rubocop-performance', '~> 1.26.0'
1818
gem 'simplecov', '~> 0.22.0'
1919
gem 'yard', '~> 0.9'
2020
gem 'yard-doctest', '~> 0.1.6'

helpers/sql/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-test-helpers', '~> 0.3'
1616
gem 'rake', '~> 13.0'
1717
gem 'rubocop', '~> 1.80.2'
18-
gem 'rubocop-performance', '~> 1.25.0'
18+
gem 'rubocop-performance', '~> 1.26.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'yard', '~> 0.9'
2121
if RUBY_VERSION >= '3.4'

instrumentation/action_mailer/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 'rake', '~> 13.0'
1818
gem 'rubocop', '~> 1.80.2'
19-
gem 'rubocop-performance', '~> 1.25.0'
19+
gem 'rubocop-performance', '~> 1.26.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'
2222
gem 'yard', '~> 0.9'

instrumentation/action_pack/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 'rake', '~> 13.0'
1818
gem 'rubocop', '~> 1.80.2'
19-
gem 'rubocop-performance', '~> 1.25.0'
19+
gem 'rubocop-performance', '~> 1.26.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'
2222
gem 'yard', '~> 0.9'

instrumentation/action_view/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 'rake', '~> 13.0'
1818
gem 'rubocop', '~> 1.80.2'
19-
gem 'rubocop-performance', '~> 1.25.0'
19+
gem 'rubocop-performance', '~> 1.26.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'
2222
gem 'yard', '~> 0.9'

instrumentation/active_job/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 'rake', '~> 13.0'
1818
gem 'rubocop', '~> 1.80.2'
19-
gem 'rubocop-performance', '~> 1.25.0'
19+
gem 'rubocop-performance', '~> 1.26.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'
2222
gem 'yard', '~> 0.9'

instrumentation/active_model_serializers/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 'rubocop', '~> 1.80.2'
18-
gem 'rubocop-performance', '~> 1.25.0'
18+
gem 'rubocop-performance', '~> 1.26.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'
2121
gem 'yard', '~> 0.9'

0 commit comments

Comments
 (0)