File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ group :development, :test do
156
156
# More concise test ("should") matchers
157
157
gem "shoulda-matchers" , "~> 6.5"
158
158
# Default rules for Rubocop.
159
- gem "standard" , "~> 1.40 "
159
+ gem "standard" , "~> 1.50 "
160
160
gem "standard-rails"
161
161
gem "standard-performance"
162
162
# Erb linter.
Original file line number Diff line number Diff line change 336
336
actionview (>= 5.0.0 )
337
337
activesupport (>= 5.0.0 )
338
338
jmespath (1.6.2 )
339
- json (2.11.3 )
339
+ json (2.12.2 )
340
340
jwt (3.1.2 )
341
341
base64
342
342
kaminari (1.2.2 )
353
353
kaminari-core (1.2.2 )
354
354
knapsack_pro (8.3.0 )
355
355
rake
356
- language_server-protocol (3.17.0.4 )
356
+ language_server-protocol (3.17.0.5 )
357
357
launchy (3.0.0 )
358
358
addressable (~> 2.8 )
359
359
childprocess (~> 5.0 )
605
605
rspec-mocks (~> 3.13 )
606
606
rspec-support (~> 3.13 )
607
607
rspec-support (3.13.4 )
608
- rubocop (1.75.4 )
608
+ rubocop (1.75.8 )
609
609
json (~> 2.3 )
610
610
language_server-protocol (~> 3.17.0.2 )
611
611
lint_roller (~> 1.1.0 )
616
616
rubocop-ast (>= 1.44.0 , < 2.0 )
617
617
ruby-progressbar (~> 1.7 )
618
618
unicode-display_width (>= 2.4.0 , < 4.0 )
619
- rubocop-ast (1.44 .1 )
619
+ rubocop-ast (1.45 .1 )
620
620
parser (>= 3.3.7.2 )
621
621
prism (~> 1.4 )
622
622
rubocop-performance (1.25.0 )
@@ -684,10 +684,10 @@ GEM
684
684
activesupport (>= 5.2 )
685
685
sprockets (>= 3.0.0 )
686
686
stackprof (0.2.27 )
687
- standard (1.49 .0 )
687
+ standard (1.50 .0 )
688
688
language_server-protocol (~> 3.17.0.2 )
689
689
lint_roller (~> 1.0 )
690
- rubocop (~> 1.75.2 )
690
+ rubocop (~> 1.75.5 )
691
691
standard-custom (~> 1.0.0 )
692
692
standard-performance (~> 1.8 )
693
693
standard-custom (1.0.2 )
@@ -831,7 +831,7 @@ DEPENDENCIES
831
831
solid_cache (~> 1.0 )
832
832
sprockets (~> 4.2.2 )
833
833
stackprof
834
- standard (~> 1.40 )
834
+ standard (~> 1.50 )
835
835
standard-performance
836
836
standard-rails
837
837
stimulus-rails
You can’t perform that action at this time.
0 commit comments