Skip to content

Commit d65404d

Browse files
Bump standard from 1.51.1 to 1.52.0 (#5453)
Bumps [standard](https://github.com/standardrb/standard) from 1.51.1 to 1.52.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.51.1...v1.52.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.52.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd7bd08 commit d65404d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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", "~> 6.5"
162162
# Default rules for Rubocop.
163-
gem "standard", "~> 1.50"
163+
gem "standard", "~> 1.52"
164164
gem "standard-rails"
165165
gem "standard-performance"
166166
# Erb linter.

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ GEM
341341
actionview (>= 5.0.0)
342342
activesupport (>= 5.0.0)
343343
jmespath (1.6.2)
344-
json (2.15.1)
344+
json (2.16.0)
345345
jwt (3.1.2)
346346
base64
347347
kaminari (1.2.2)
@@ -466,7 +466,7 @@ GEM
466466
activerecord (>= 6.1)
467467
request_store (~> 1.4)
468468
parallel (1.27.0)
469-
parser (3.3.9.0)
469+
parser (3.3.10.0)
470470
ast (~> 2.4.1)
471471
racc
472472
pdf-core (0.9.0)
@@ -493,7 +493,7 @@ GEM
493493
prawn-table (0.2.2)
494494
prawn (>= 1.3.0, < 3.0.0)
495495
prettyprint (0.2.0)
496-
prism (1.5.2)
496+
prism (1.6.0)
497497
pry (0.14.2)
498498
coderay (~> 1.1)
499499
method_source (~> 1.0)
@@ -611,18 +611,18 @@ GEM
611611
rspec-mocks (~> 3.13)
612612
rspec-support (~> 3.13)
613613
rspec-support (3.13.6)
614-
rubocop (1.80.2)
614+
rubocop (1.81.7)
615615
json (~> 2.3)
616616
language_server-protocol (~> 3.17.0.2)
617617
lint_roller (~> 1.1.0)
618618
parallel (~> 1.10)
619619
parser (>= 3.3.0.2)
620620
rainbow (>= 2.2.2, < 4.0)
621621
regexp_parser (>= 2.9.3, < 3.0)
622-
rubocop-ast (>= 1.46.0, < 2.0)
622+
rubocop-ast (>= 1.47.1, < 2.0)
623623
ruby-progressbar (~> 1.7)
624624
unicode-display_width (>= 2.4.0, < 4.0)
625-
rubocop-ast (1.47.1)
625+
rubocop-ast (1.48.0)
626626
parser (>= 3.3.7.2)
627627
prism (~> 1.4)
628628
rubocop-performance (1.25.0)
@@ -690,10 +690,10 @@ GEM
690690
activesupport (>= 5.2)
691691
sprockets (>= 3.0.0)
692692
stackprof (0.2.27)
693-
standard (1.51.1)
693+
standard (1.52.0)
694694
language_server-protocol (~> 3.17.0.2)
695695
lint_roller (~> 1.0)
696-
rubocop (~> 1.80.2)
696+
rubocop (~> 1.81.7)
697697
standard-custom (~> 1.0.0)
698698
standard-performance (~> 1.8)
699699
standard-custom (1.0.2)
@@ -839,7 +839,7 @@ DEPENDENCIES
839839
solid_cache (~> 1.0)
840840
sprockets (~> 4.2.2)
841841
stackprof
842-
standard (~> 1.50)
842+
standard (~> 1.52)
843843
standard-performance
844844
standard-rails
845845
stimulus-rails

0 commit comments

Comments
 (0)