Skip to content

Commit b99982e

Browse files
Build(deps-dev): Bump rubocop from 1.74.0 to 1.75.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.74.0 to 1.75.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.74.0...v1.75.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d7a9ed commit b99982e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ GEM
163163
fog-core
164164
mime-types (>= 2.99)
165165
unf
166-
ast (2.4.2)
166+
ast (2.4.3)
167167
autoprefixer-rails (10.4.21.0)
168168
execjs (~> 2)
169169
aws-eventstream (1.3.2)
@@ -478,8 +478,8 @@ GEM
478478
rails (>= 6.1.0)
479479
optimist (3.1.0)
480480
orm_adapter (0.5.0)
481-
parallel (1.26.3)
482-
parser (3.3.7.1)
481+
parallel (1.27.0)
482+
parser (3.3.8.0)
483483
ast (~> 2.4.1)
484484
racc
485485
pg (1.5.9)
@@ -495,6 +495,7 @@ GEM
495495
net-smtp
496496
premailer (~> 1.7, >= 1.7.9)
497497
prettyprint (0.2.0)
498+
prism (1.4.0)
498499
pry (0.15.2)
499500
coderay (~> 1.1)
500501
method_source (~> 1.0)
@@ -632,19 +633,20 @@ GEM
632633
rswag-ui (2.16.0)
633634
actionpack (>= 5.2, < 8.1)
634635
railties (>= 5.2, < 8.1)
635-
rubocop (1.74.0)
636+
rubocop (1.75.2)
636637
json (~> 2.3)
637638
language_server-protocol (~> 3.17.0.2)
638639
lint_roller (~> 1.1.0)
639640
parallel (~> 1.10)
640641
parser (>= 3.3.0.2)
641642
rainbow (>= 2.2.2, < 4.0)
642643
regexp_parser (>= 2.9.3, < 3.0)
643-
rubocop-ast (>= 1.38.0, < 2.0)
644+
rubocop-ast (>= 1.44.0, < 2.0)
644645
ruby-progressbar (~> 1.7)
645646
unicode-display_width (>= 2.4.0, < 4.0)
646-
rubocop-ast (1.38.1)
647-
parser (>= 3.3.1.0)
647+
rubocop-ast (1.44.1)
648+
parser (>= 3.3.7.2)
649+
prism (~> 1.4)
648650
rubocop-rspec (3.5.0)
649651
lint_roller (~> 1.1)
650652
rubocop (~> 1.72, >= 1.72.1)

0 commit comments

Comments
 (0)