Skip to content

Commit 23d541d

Browse files
dependabot[bot]dornerawwaiidcoalest
authored
build(deps-dev): bump rubocop from 1.65.1 to 1.69.2 (#4814)
* build(deps-dev): bump rubocop from 1.65.1 to 1.68.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.68.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.1...v1.68.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update rubocop * Fix linting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Orner <[email protected]> Co-authored-by: Brock Wilcox <[email protected]> Co-authored-by: Cory Streiff <[email protected]> Co-authored-by: Cory Streiff <[email protected]>
1 parent 22d5a14 commit 23d541d

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

Gemfile.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ GEM
321321
jbuilder (2.13.0)
322322
actionview (>= 5.0.0)
323323
activesupport (>= 5.0.0)
324-
json (2.7.5)
324+
json (2.9.1)
325325
jwt (2.9.1)
326326
base64
327327
kaminari (1.2.2)
@@ -442,7 +442,7 @@ GEM
442442
activerecord (>= 6.1)
443443
request_store (~> 1.4)
444444
parallel (1.26.3)
445-
parser (3.3.5.1)
445+
parser (3.3.6.0)
446446
ast (~> 2.4.1)
447447
racc
448448
pdf-core (0.9.0)
@@ -546,7 +546,7 @@ GEM
546546
redis-client (>= 0.22.0)
547547
redis-client (0.22.2)
548548
connection_pool
549-
regexp_parser (2.9.2)
549+
regexp_parser (2.9.3)
550550
reline (0.6.0)
551551
io-console (~> 0.5)
552552
request_store (1.7.0)
@@ -578,20 +578,19 @@ GEM
578578
rspec-mocks (~> 3.13)
579579
rspec-support (~> 3.13)
580580
rspec-support (3.13.1)
581-
rubocop (1.65.1)
581+
rubocop (1.69.2)
582582
json (~> 2.3)
583583
language_server-protocol (>= 3.17.0)
584584
parallel (~> 1.10)
585585
parser (>= 3.3.0.2)
586586
rainbow (>= 2.2.2, < 4.0)
587-
regexp_parser (>= 2.4, < 3.0)
588-
rexml (>= 3.2.5, < 4.0)
589-
rubocop-ast (>= 1.31.1, < 2.0)
587+
regexp_parser (>= 2.9.3, < 3.0)
588+
rubocop-ast (>= 1.36.2, < 2.0)
590589
ruby-progressbar (~> 1.7)
591-
unicode-display_width (>= 2.4.0, < 3.0)
592-
rubocop-ast (1.33.0)
590+
unicode-display_width (>= 2.4.0, < 4.0)
591+
rubocop-ast (1.37.0)
593592
parser (>= 3.3.1.0)
594-
rubocop-performance (1.22.1)
593+
rubocop-performance (1.23.0)
595594
rubocop (>= 1.48.1, < 2.0)
596595
rubocop-ast (>= 1.31.1, < 2.0)
597596
rubocop-rails (2.25.1)
@@ -651,18 +650,18 @@ GEM
651650
actionpack (>= 5.2)
652651
activesupport (>= 5.2)
653652
sprockets (>= 3.0.0)
654-
standard (1.40.0)
653+
standard (1.43.0)
655654
language_server-protocol (~> 3.17.0.2)
656655
lint_roller (~> 1.0)
657-
rubocop (~> 1.65.0)
656+
rubocop (~> 1.69.1)
658657
standard-custom (~> 1.0.0)
659-
standard-performance (~> 1.4)
658+
standard-performance (~> 1.6)
660659
standard-custom (1.0.2)
661660
lint_roller (~> 1.0)
662661
rubocop (~> 1.50)
663-
standard-performance (1.5.0)
662+
standard-performance (1.6.0)
664663
lint_roller (~> 1.1)
665-
rubocop-performance (~> 1.22.0)
664+
rubocop-performance (~> 1.23.0)
666665
stimulus-rails (1.3.4)
667666
railties (>= 6.0.0)
668667
stringio (3.1.2)
@@ -679,7 +678,9 @@ GEM
679678
railties (>= 6.0.0)
680679
tzinfo (2.0.6)
681680
concurrent-ruby (~> 1.0)
682-
unicode-display_width (2.6.0)
681+
unicode-display_width (3.1.2)
682+
unicode-emoji (~> 4.0, >= 4.0.4)
683+
unicode-emoji (4.0.4)
683684
uniform_notifier (1.16.0)
684685
useragent (0.16.10)
685686
version_gem (1.1.4)

app/pdfs/distribution_pdf.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ def request_data
162162
"Value/item",
163163
"In-Kind Value Received",
164164
"Packages"]]
165-
166-
inventory = nil
167165
inventory = View::Inventory.new(@distribution.organization_id)
168166
request_items = @distribution.request.request_items.map do |request_item|
169167
RequestItem.from_json(request_item, @distribution.request, inventory)

0 commit comments

Comments
 (0)