Skip to content

Commit a79bb9f

Browse files
Bump rubocop-performance from 1.25.0 to 1.26.0
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.25.0 to 1.26.0. - [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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b63f220 commit a79bb9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ group :development, :test do
5454
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
5555
gem 'byebug', platform: :mri
5656
gem 'rubocop', '~> 1.81.1', require: false
57-
gem 'rubocop-performance', '~> 1.25.0'
57+
gem 'rubocop-performance', '~> 1.26.0'
5858
gem 'rubocop-rails', '~> 2.33.3'
5959
gem 'dotenv'
6060
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,10 @@ GEM
356356
rubocop-ast (1.47.1)
357357
parser (>= 3.3.7.2)
358358
prism (~> 1.4)
359-
rubocop-performance (1.25.0)
359+
rubocop-performance (1.26.0)
360360
lint_roller (~> 1.1)
361361
rubocop (>= 1.75.0, < 2.0)
362-
rubocop-ast (>= 1.38.0, < 2.0)
362+
rubocop-ast (>= 1.44.0, < 2.0)
363363
rubocop-rails (2.33.3)
364364
activesupport (>= 4.2.0)
365365
lint_roller (~> 1.1)
@@ -469,7 +469,7 @@ DEPENDENCIES
469469
rails (~> 8.0.2)
470470
redis (~> 5.4)
471471
rubocop (~> 1.81.1)
472-
rubocop-performance (~> 1.25.0)
472+
rubocop-performance (~> 1.26.0)
473473
rubocop-rails (~> 2.33.3)
474474
sassc-rails (~> 2.1.2)
475475
selenium-webdriver

0 commit comments

Comments
 (0)