Skip to content

Commit 7b2617c

Browse files
Bump rubocop from 1.80.1 to 1.81.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.80.1 to 1.81.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.1...v1.81.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d59333 commit 7b2617c

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
@@ -53,7 +53,7 @@ gem 'bootsnap', '>= 1.4.5', require: false
5353
group :development, :test do
5454
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
5555
gem 'byebug', platform: :mri
56-
gem 'rubocop', '~> 1.80.1', require: false
56+
gem 'rubocop', '~> 1.81.1', require: false
5757
gem 'rubocop-performance', '~> 1.25.0'
5858
gem 'rubocop-rails', '~> 2.33.3'
5959
gem 'dotenv'

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)
@@ -342,18 +342,18 @@ GEM
342342
railties (>= 5.2)
343343
retriable (3.1.2)
344344
rexml (3.4.2)
345-
rubocop (1.80.1)
345+
rubocop (1.81.1)
346346
json (~> 2.3)
347347
language_server-protocol (~> 3.17.0.2)
348348
lint_roller (~> 1.1.0)
349349
parallel (~> 1.10)
350350
parser (>= 3.3.0.2)
351351
rainbow (>= 2.2.2, < 4.0)
352352
regexp_parser (>= 2.9.3, < 3.0)
353-
rubocop-ast (>= 1.46.0, < 2.0)
353+
rubocop-ast (>= 1.47.1, < 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)
359359
rubocop-performance (1.25.0)
@@ -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)
@@ -468,7 +468,7 @@ DEPENDENCIES
468468
rack-cors (~> 3.0)
469469
rails (~> 8.0.2)
470470
redis (~> 5.4)
471-
rubocop (~> 1.80.1)
471+
rubocop (~> 1.81.1)
472472
rubocop-performance (~> 1.25.0)
473473
rubocop-rails (~> 2.33.3)
474474
sassc-rails (~> 2.1.2)

0 commit comments

Comments
 (0)