Skip to content

Commit b515a2d

Browse files
committed
chore: Update rubocop-performance to 1.26.0
1 parent 73b64e9 commit b515a2d

File tree

61 files changed

+61
-61
lines changed

Some content is hidden

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

61 files changed

+61
-61
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'

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'

instrumentation/active_record/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'

0 commit comments

Comments
 (0)