Skip to content

Commit bff9bdd

Browse files
Bump standard from 1.49.0 to 1.50.0 (#5258)
Bumps [standard](https://github.com/standardrb/standard) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.49.0...v1.50.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.50.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 6c0354b commit bff9bdd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ group :development, :test do
156156
# More concise test ("should") matchers
157157
gem "shoulda-matchers", "~> 6.5"
158158
# Default rules for Rubocop.
159-
gem "standard", "~> 1.40"
159+
gem "standard", "~> 1.50"
160160
gem "standard-rails"
161161
gem "standard-performance"
162162
# Erb linter.

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ GEM
336336
actionview (>= 5.0.0)
337337
activesupport (>= 5.0.0)
338338
jmespath (1.6.2)
339-
json (2.11.3)
339+
json (2.12.2)
340340
jwt (3.1.2)
341341
base64
342342
kaminari (1.2.2)
@@ -353,7 +353,7 @@ GEM
353353
kaminari-core (1.2.2)
354354
knapsack_pro (8.3.0)
355355
rake
356-
language_server-protocol (3.17.0.4)
356+
language_server-protocol (3.17.0.5)
357357
launchy (3.0.0)
358358
addressable (~> 2.8)
359359
childprocess (~> 5.0)
@@ -605,7 +605,7 @@ GEM
605605
rspec-mocks (~> 3.13)
606606
rspec-support (~> 3.13)
607607
rspec-support (3.13.4)
608-
rubocop (1.75.4)
608+
rubocop (1.75.8)
609609
json (~> 2.3)
610610
language_server-protocol (~> 3.17.0.2)
611611
lint_roller (~> 1.1.0)
@@ -616,7 +616,7 @@ GEM
616616
rubocop-ast (>= 1.44.0, < 2.0)
617617
ruby-progressbar (~> 1.7)
618618
unicode-display_width (>= 2.4.0, < 4.0)
619-
rubocop-ast (1.44.1)
619+
rubocop-ast (1.45.1)
620620
parser (>= 3.3.7.2)
621621
prism (~> 1.4)
622622
rubocop-performance (1.25.0)
@@ -684,10 +684,10 @@ GEM
684684
activesupport (>= 5.2)
685685
sprockets (>= 3.0.0)
686686
stackprof (0.2.27)
687-
standard (1.49.0)
687+
standard (1.50.0)
688688
language_server-protocol (~> 3.17.0.2)
689689
lint_roller (~> 1.0)
690-
rubocop (~> 1.75.2)
690+
rubocop (~> 1.75.5)
691691
standard-custom (~> 1.0.0)
692692
standard-performance (~> 1.8)
693693
standard-custom (1.0.2)
@@ -831,7 +831,7 @@ DEPENDENCIES
831831
solid_cache (~> 1.0)
832832
sprockets (~> 4.2.2)
833833
stackprof
834-
standard (~> 1.40)
834+
standard (~> 1.50)
835835
standard-performance
836836
standard-rails
837837
stimulus-rails

0 commit comments

Comments
 (0)