Skip to content

Commit e730751

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 5d59333 commit e730751

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.80.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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ GEM
196196
rdoc (>= 4.0.0)
197197
reline (>= 0.4.2)
198198
jmespath (1.6.2)
199-
json (2.13.2)
199+
json (2.15.0)
200200
jwt (3.1.2)
201201
base64
202202
language_server-protocol (3.17.0.5)
@@ -259,7 +259,7 @@ GEM
259259
pp (0.6.2)
260260
prettyprint
261261
prettyprint (0.2.0)
262-
prism (1.4.0)
262+
prism (1.5.1)
263263
pry (0.15.0)
264264
coderay (~> 1.1)
265265
method_source (~> 1.0)
@@ -330,7 +330,7 @@ GEM
330330
redis-client (>= 0.22.0)
331331
redis-client (0.25.1)
332332
connection_pool
333-
regexp_parser (2.11.2)
333+
regexp_parser (2.11.3)
334334
reline (0.6.2)
335335
io-console (~> 0.5)
336336
representable (3.2.0)
@@ -353,13 +353,13 @@ GEM
353353
rubocop-ast (>= 1.46.0, < 2.0)
354354
ruby-progressbar (~> 1.7)
355355
unicode-display_width (>= 2.4.0, < 4.0)
356-
rubocop-ast (1.46.0)
356+
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)
@@ -411,9 +411,9 @@ GEM
411411
uber (0.1.0)
412412
uglifier (4.2.1)
413413
execjs (>= 0.3.0, < 3)
414-
unicode-display_width (3.1.5)
415-
unicode-emoji (~> 4.0, >= 4.0.4)
416-
unicode-emoji (4.0.4)
414+
unicode-display_width (3.2.0)
415+
unicode-emoji (~> 4.1)
416+
unicode-emoji (4.1.0)
417417
uri (1.0.3)
418418
useragent (0.16.11)
419419
warden (1.2.9)
@@ -469,7 +469,7 @@ DEPENDENCIES
469469
rails (~> 8.0.2)
470470
redis (~> 5.4)
471471
rubocop (~> 1.80.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)