Skip to content

Commit 7575e29

Browse files
Bump rubocop-rails from 2.33.4 to 2.34.3
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.33.4 to 2.34.3. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.33.4...v2.34.3) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.34.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 604088d commit 7575e29

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ group :development, :test do
156156
gem "rubocop"
157157
# Rails add-on for static analysis.
158158
gem 'rubocop-performance'
159-
gem "rubocop-rails", "~> 2.33.4"
159+
gem "rubocop-rails", "~> 2.34.3"
160160
# More concise test ("should") matchers
161161
gem "shoulda-matchers", "~> 7.0"
162162
# Default rules for Rubocop.

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GEM
124124
erubi (~> 1.4)
125125
parser (>= 2.4)
126126
smart_properties
127-
bigdecimal (4.1.1)
127+
bigdecimal (4.1.2)
128128
bindex (0.8.1)
129129
binding_of_caller (2.0.0)
130130
debug_inspector (>= 1.2.0)
@@ -342,7 +342,7 @@ GEM
342342
actionview (>= 7.0.0)
343343
activesupport (>= 7.0.0)
344344
jmespath (1.6.2)
345-
json (2.19.3)
345+
json (2.19.4)
346346
jwt (3.1.2)
347347
base64
348348
kaminari (1.2.2)
@@ -398,7 +398,7 @@ GEM
398398
memory_profiler (1.1.0)
399399
method_source (1.1.0)
400400
mini_mime (1.1.5)
401-
minitest (6.0.3)
401+
minitest (6.0.6)
402402
drb (~> 2.0)
403403
prism (~> 1.5)
404404
monetize (2.0.0)
@@ -472,7 +472,7 @@ GEM
472472
paper_trail (17.0.0)
473473
activerecord (>= 7.1)
474474
request_store (~> 1.4)
475-
parallel (1.27.0)
475+
parallel (1.28.0)
476476
parser (3.3.11.1)
477477
ast (~> 2.4.1)
478478
racc
@@ -524,7 +524,7 @@ GEM
524524
puma (7.2.0)
525525
nio4r (~> 2.0)
526526
racc (1.8.1)
527-
rack (3.2.5)
527+
rack (3.2.6)
528528
rack-mini-profiler (4.0.1)
529529
rack (>= 1.2.0)
530530
rack-protection (4.2.1)
@@ -586,7 +586,7 @@ GEM
586586
psych (>= 4.0.0)
587587
tsort
588588
recaptcha (5.21.1)
589-
regexp_parser (2.11.3)
589+
regexp_parser (2.12.0)
590590
reline (0.6.3)
591591
io-console (~> 0.5)
592592
request_store (1.7.0)
@@ -636,7 +636,7 @@ GEM
636636
lint_roller (~> 1.1)
637637
rubocop (>= 1.75.0, < 2.0)
638638
rubocop-ast (>= 1.47.1, < 2.0)
639-
rubocop-rails (2.33.4)
639+
rubocop-rails (2.34.3)
640640
activesupport (>= 4.2.0)
641641
lint_roller (~> 1.1)
642642
rack (>= 1.1)
@@ -710,9 +710,9 @@ GEM
710710
standard-performance (1.9.0)
711711
lint_roller (~> 1.1)
712712
rubocop-performance (~> 1.26.0)
713-
standard-rails (1.5.0)
713+
standard-rails (1.6.0)
714714
lint_roller (~> 1.0)
715-
rubocop-rails (~> 2.33.4)
715+
rubocop-rails (~> 2.34.0)
716716
stimulus-rails (1.3.4)
717717
railties (>= 6.0.0)
718718
stringio (3.2.0)
@@ -838,7 +838,7 @@ DEPENDENCIES
838838
rspec-rails (~> 8.0.2)
839839
rubocop
840840
rubocop-performance
841-
rubocop-rails (~> 2.33.4)
841+
rubocop-rails (~> 2.34.3)
842842
sass-rails
843843
shoulda-matchers (~> 7.0)
844844
simple_form

0 commit comments

Comments
 (0)