Skip to content

Commit b9f3360

Browse files
Bump standard from 1.52.0 to 1.54.0 (#5527)
Bumps [standard](https://github.com/standardrb/standard) from 1.52.0 to 1.54.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.52.0...v1.54.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.54.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 61f170a commit b9f3360

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ group :development, :test do
160160
# More concise test ("should") matchers
161161
gem "shoulda-matchers", "~> 7.0"
162162
# Default rules for Rubocop.
163-
gem "standard", "~> 1.52"
163+
gem "standard", "~> 1.54"
164164
gem "standard-rails"
165165
gem "standard-performance"
166166
# Erb linter.

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ GEM
343343
actionview (>= 7.0.0)
344344
activesupport (>= 7.0.0)
345345
jmespath (1.6.2)
346-
json (2.18.0)
346+
json (2.19.3)
347347
jwt (3.1.2)
348348
base64
349349
kaminari (1.2.2)
@@ -471,7 +471,7 @@ GEM
471471
activerecord (>= 7.1)
472472
request_store (~> 1.4)
473473
parallel (1.27.0)
474-
parser (3.3.10.0)
474+
parser (3.3.11.1)
475475
ast (~> 2.4.1)
476476
racc
477477
pdf-core (0.9.0)
@@ -616,18 +616,18 @@ GEM
616616
rspec-mocks (~> 3.13)
617617
rspec-support (~> 3.13)
618618
rspec-support (3.13.6)
619-
rubocop (1.81.7)
619+
rubocop (1.84.2)
620620
json (~> 2.3)
621621
language_server-protocol (~> 3.17.0.2)
622622
lint_roller (~> 1.1.0)
623623
parallel (~> 1.10)
624624
parser (>= 3.3.0.2)
625625
rainbow (>= 2.2.2, < 4.0)
626626
regexp_parser (>= 2.9.3, < 3.0)
627-
rubocop-ast (>= 1.47.1, < 2.0)
627+
rubocop-ast (>= 1.49.0, < 2.0)
628628
ruby-progressbar (~> 1.7)
629629
unicode-display_width (>= 2.4.0, < 4.0)
630-
rubocop-ast (1.49.0)
630+
rubocop-ast (1.49.1)
631631
parser (>= 3.3.7.2)
632632
prism (~> 1.7)
633633
rubocop-performance (1.26.1)
@@ -696,10 +696,10 @@ GEM
696696
activesupport (>= 5.2)
697697
sprockets (>= 3.0.0)
698698
stackprof (0.2.27)
699-
standard (1.52.0)
699+
standard (1.54.0)
700700
language_server-protocol (~> 3.17.0.2)
701701
lint_roller (~> 1.0)
702-
rubocop (~> 1.81.7)
702+
rubocop (~> 1.84.0)
703703
standard-custom (~> 1.0.0)
704704
standard-performance (~> 1.8)
705705
standard-custom (1.0.2)
@@ -844,7 +844,7 @@ DEPENDENCIES
844844
solid_cache (~> 1.0)
845845
sprockets (~> 4.2.2)
846846
stackprof
847-
standard (~> 1.52)
847+
standard (~> 1.54)
848848
standard-performance
849849
standard-rails
850850
stimulus-rails

0 commit comments

Comments
 (0)