Skip to content

Commit cfe0bb6

Browse files
dependabot[bot]kaylareopelle
authored andcommitted
chore: update rubocop-performance requirement from ~> 1.25.0 to ~> 1.26.0
Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2006918 commit cfe0bb6

File tree

62 files changed

+63
-63
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

+63
-63
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: 2 additions & 2 deletions
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.80.2'
11-
gem 'rubocop-performance', '~> 1.25.0'
10+
gem 'rubocop', '~> 1.80.2'
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)