Skip to content

Commit e766f35

Browse files
Bump rubocop from 1.82.1 to 1.84.0 (#1344)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 to 1.84.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.84.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20f5cb3 commit e766f35

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gem 'bootsnap', '>= 1.4.5', require: false
5656
group :development, :test do
5757
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
5858
gem 'byebug', platform: :mri
59-
gem 'rubocop', '~> 1.82.1', require: false
59+
gem 'rubocop', '~> 1.84.0', require: false
6060
gem 'rubocop-performance', '~> 1.26.1'
6161
gem 'rubocop-rails', '~> 2.34.2'
6262
gem 'dotenv'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ GEM
249249
os (1.1.4)
250250
ostruct (0.6.3)
251251
parallel (1.27.0)
252-
parser (3.3.10.0)
252+
parser (3.3.10.1)
253253
ast (~> 2.4.1)
254254
racc
255255
pg (1.6.3-arm64-darwin)
@@ -262,7 +262,7 @@ GEM
262262
pp (0.6.3)
263263
prettyprint
264264
prettyprint (0.2.0)
265-
prism (1.7.0)
265+
prism (1.9.0)
266266
pry (0.15.0)
267267
coderay (~> 1.1)
268268
method_source (~> 1.0)
@@ -348,15 +348,15 @@ GEM
348348
railties (>= 5.2)
349349
retriable (3.1.2)
350350
rexml (3.4.4)
351-
rubocop (1.82.1)
351+
rubocop (1.84.0)
352352
json (~> 2.3)
353353
language_server-protocol (~> 3.17.0.2)
354354
lint_roller (~> 1.1.0)
355355
parallel (~> 1.10)
356356
parser (>= 3.3.0.2)
357357
rainbow (>= 2.2.2, < 4.0)
358358
regexp_parser (>= 2.9.3, < 3.0)
359-
rubocop-ast (>= 1.48.0, < 2.0)
359+
rubocop-ast (>= 1.49.0, < 2.0)
360360
ruby-progressbar (~> 1.7)
361361
unicode-display_width (>= 2.4.0, < 4.0)
362362
rubocop-ast (1.49.0)
@@ -476,7 +476,7 @@ DEPENDENCIES
476476
rack-cors (~> 3.0)
477477
rails (~> 8.1.1)
478478
redis (~> 5.4)
479-
rubocop (~> 1.82.1)
479+
rubocop (~> 1.84.0)
480480
rubocop-performance (~> 1.26.1)
481481
rubocop-rails (~> 2.34.2)
482482
sassc-rails (~> 2.1.2)

0 commit comments

Comments
 (0)