Skip to content

Commit 1958415

Browse files
build(deps-dev): bump standard from 1.40.1 to 1.42.1
Bumps [standard](https://github.com/standardrb/standard) from 1.40.1 to 1.42.1. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.40.1...v1.42.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5adf236 commit 1958415

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ group :development, :test do
7373
gem "rspec-rails"
7474
gem "rswag-specs"
7575
gem "shoulda-matchers"
76-
gem "standard", "~> 1.40.0"
76+
gem "standard", "~> 1.42.1"
7777
end
7878

7979
group :development do

Gemfile.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ GEM
276276
activesupport (>= 5.0.0)
277277
jsbundling-rails (1.3.1)
278278
railties (>= 6.0.0)
279-
json (2.8.1)
279+
json (2.8.2)
280280
json-schema (5.0.1)
281281
addressable (~> 2.8)
282282
jwt (2.9.3)
@@ -459,18 +459,17 @@ GEM
459459
rswag-ui (2.15.0)
460460
actionpack (>= 5.2, < 8.0)
461461
railties (>= 5.2, < 8.0)
462-
rubocop (1.65.1)
462+
rubocop (1.68.0)
463463
json (~> 2.3)
464464
language_server-protocol (>= 3.17.0)
465465
parallel (~> 1.10)
466466
parser (>= 3.3.0.2)
467467
rainbow (>= 2.2.2, < 4.0)
468468
regexp_parser (>= 2.4, < 3.0)
469-
rexml (>= 3.2.5, < 4.0)
470-
rubocop-ast (>= 1.31.1, < 2.0)
469+
rubocop-ast (>= 1.32.2, < 2.0)
471470
ruby-progressbar (~> 1.7)
472471
unicode-display_width (>= 2.4.0, < 3.0)
473-
rubocop-ast (1.35.0)
472+
rubocop-ast (1.36.1)
474473
parser (>= 3.3.1.0)
475474
rubocop-performance (1.22.1)
476475
rubocop (>= 1.48.1, < 2.0)
@@ -516,12 +515,12 @@ GEM
516515
actionpack (>= 6.1)
517516
activesupport (>= 6.1)
518517
sprockets (>= 3.0.0)
519-
standard (1.40.1)
518+
standard (1.42.1)
520519
language_server-protocol (~> 3.17.0.2)
521520
lint_roller (~> 1.0)
522-
rubocop (~> 1.65.0)
521+
rubocop (~> 1.68.0)
523522
standard-custom (~> 1.0.0)
524-
standard-performance (~> 1.4)
523+
standard-performance (~> 1.5)
525524
standard-custom (1.0.2)
526525
lint_roller (~> 1.0)
527526
rubocop (~> 1.50)
@@ -656,7 +655,7 @@ DEPENDENCIES
656655
spring
657656
spring-commands-rspec
658657
sprockets-rails
659-
standard (~> 1.40.0)
658+
standard (~> 1.42.1)
660659
stimulus-rails
661660
strong_migrations
662661
traceroute

0 commit comments

Comments
 (0)