Skip to content

Commit 3743139

Browse files
committed
Upgrade gems
1 parent febfd9c commit 3743139

File tree

5 files changed

+37
-35
lines changed

5 files changed

+37
-35
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-capybara
33
- rubocop-rspec
44

Gemfile.lock

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ GEM
8585
ast (2.4.3)
8686
base64 (0.3.0)
8787
benchmark (0.4.1)
88-
bigdecimal (3.2.2)
88+
bigdecimal (3.2.3)
8989
brakeman (7.1.0)
9090
racc
9191
builder (3.3.0)
@@ -101,8 +101,9 @@ GEM
101101
rack-test (>= 0.6.3)
102102
regexp_parser (>= 1.5, < 3.0)
103103
xpath (~> 3.2)
104+
cgi (0.5.0)
104105
concurrent-ruby (1.3.5)
105-
connection_pool (2.5.3)
106+
connection_pool (2.5.4)
106107
crass (1.0.6)
107108
css_parser (1.21.1)
108109
addressable
@@ -116,13 +117,14 @@ GEM
116117
diff-lcs (1.6.2)
117118
docile (1.4.1)
118119
drb (2.2.3)
119-
erb (5.0.2)
120+
erb (4.0.4)
121+
cgi (>= 0.3.3)
120122
erubi (1.13.1)
121-
ethon (0.16.0)
123+
ethon (0.17.0)
122124
ffi (>= 1.15.0)
123125
ffi (1.17.2-arm64-darwin)
124126
ffi (1.17.2-x86_64-linux-gnu)
125-
globalid (1.2.1)
127+
globalid (1.3.0)
126128
activesupport (>= 6.1)
127129
haml (6.3.0)
128130
temple (>= 0.8.2)
@@ -158,7 +160,7 @@ GEM
158160
pp (>= 0.6.0)
159161
rdoc (>= 4.0.0)
160162
reline (>= 0.4.2)
161-
json (2.13.2)
163+
json (2.15.0)
162164
language_server-protocol (3.17.0.5)
163165
license_finder (7.2.1)
164166
bundler
@@ -173,7 +175,7 @@ GEM
173175
loofah (2.24.1)
174176
crass (~> 1.0.2)
175177
nokogiri (>= 1.12.0)
176-
lookbook (2.3.12)
178+
lookbook (2.3.13)
177179
activemodel
178180
css_parser
179181
htmlbeautifier (~> 1.3)
@@ -190,13 +192,13 @@ GEM
190192
net-imap
191193
net-pop
192194
net-smtp
193-
marcel (1.0.4)
195+
marcel (1.1.0)
194196
matrix (0.4.3)
195197
mercenary (0.4.0)
196198
method_source (1.1.0)
197199
mini_mime (1.1.5)
198200
minitest (5.25.5)
199-
net-imap (0.5.9)
201+
net-imap (0.5.10)
200202
date
201203
net-protocol
202204
net-pop (0.1.2)
@@ -206,29 +208,29 @@ GEM
206208
net-smtp (0.5.1)
207209
net-protocol
208210
nio4r (2.7.4)
209-
nokogiri (1.18.9-arm64-darwin)
211+
nokogiri (1.18.10-arm64-darwin)
210212
racc (~> 1.4)
211-
nokogiri (1.18.9-x86_64-linux-gnu)
213+
nokogiri (1.18.10-x86_64-linux-gnu)
212214
racc (~> 1.4)
213215
parallel (1.27.0)
214216
parser (3.3.9.0)
215217
ast (~> 2.4.1)
216218
racc
217-
pg (1.6.1-arm64-darwin)
218-
pg (1.6.1-x86_64-linux)
219+
pg (1.6.2-arm64-darwin)
220+
pg (1.6.2-x86_64-linux)
219221
pp (0.6.2)
220222
prettyprint
221223
prettyprint (0.2.0)
222-
prism (1.4.0)
223-
propshaft (1.2.1)
224+
prism (1.5.1)
225+
propshaft (1.3.1)
224226
actionpack (>= 7.0.0)
225227
activesupport (>= 7.0.0)
226228
rack
227229
psych (5.2.6)
228230
date
229231
stringio
230232
public_suffix (6.0.2)
231-
puma (6.6.1)
233+
puma (7.0.4)
232234
nio4r (~> 2.0)
233235
racc (1.8.1)
234236
rack (3.1.16)
@@ -274,11 +276,11 @@ GEM
274276
erb
275277
psych (>= 4.0.0)
276278
redcarpet (3.6.1)
277-
regexp_parser (2.11.2)
279+
regexp_parser (2.11.3)
278280
reline (0.6.2)
279281
io-console (~> 0.5)
280-
rexml (3.4.1)
281-
rouge (4.6.0)
282+
rexml (3.4.4)
283+
rouge (4.6.1)
282284
rspec-core (3.13.5)
283285
rspec-support (~> 3.13.0)
284286
rspec-expectations (3.13.5)
@@ -295,25 +297,25 @@ GEM
295297
rspec-expectations (~> 3.13)
296298
rspec-mocks (~> 3.13)
297299
rspec-support (~> 3.13)
298-
rspec-support (3.13.4)
299-
rubocop (1.79.2)
300+
rspec-support (3.13.6)
301+
rubocop (1.81.1)
300302
json (~> 2.3)
301303
language_server-protocol (~> 3.17.0.2)
302304
lint_roller (~> 1.1.0)
303305
parallel (~> 1.10)
304306
parser (>= 3.3.0.2)
305307
rainbow (>= 2.2.2, < 4.0)
306308
regexp_parser (>= 2.9.3, < 3.0)
307-
rubocop-ast (>= 1.46.0, < 2.0)
309+
rubocop-ast (>= 1.47.1, < 2.0)
308310
ruby-progressbar (~> 1.7)
309311
unicode-display_width (>= 2.4.0, < 4.0)
310-
rubocop-ast (1.46.0)
312+
rubocop-ast (1.47.1)
311313
parser (>= 3.3.7.2)
312314
prism (~> 1.4)
313315
rubocop-capybara (2.22.1)
314316
lint_roller (~> 1.1)
315317
rubocop (~> 1.72, >= 1.72.1)
316-
rubocop-rspec (3.6.0)
318+
rubocop-rspec (3.7.0)
317319
lint_roller (~> 1.1)
318320
rubocop (~> 1.72, >= 1.72.1)
319321
ruby-progressbar (1.13.0)
@@ -325,8 +327,8 @@ GEM
325327
simplecov_json_formatter (~> 0.1)
326328
simplecov-html (0.13.2)
327329
simplecov_json_formatter (0.1.4)
328-
sqlite3 (2.7.3-arm64-darwin)
329-
sqlite3 (2.7.3-x86_64-linux-gnu)
330+
sqlite3 (2.7.4-arm64-darwin)
331+
sqlite3 (2.7.4-x86_64-linux-gnu)
330332
stringio (3.1.7)
331333
sysexits (1.2.0)
332334
temple (0.10.4)
@@ -338,9 +340,9 @@ GEM
338340
ethon (>= 0.9.0)
339341
tzinfo (2.0.6)
340342
concurrent-ruby (~> 1.0)
341-
unicode-display_width (3.1.5)
342-
unicode-emoji (~> 4.0, >= 4.0.4)
343-
unicode-emoji (4.0.4)
343+
unicode-display_width (3.2.0)
344+
unicode-emoji (~> 4.1)
345+
unicode-emoji (4.1.0)
344346
useragent (0.16.11)
345347
view_component (3.14.0)
346348
activesupport (>= 5.2.0, < 8.0)
@@ -357,7 +359,7 @@ GEM
357359
nokogiri (~> 1.8)
358360
yard (0.9.37)
359361
yell (2.2.2)
360-
zeitwerk (2.7.3)
362+
zeitwerk (2.6.18)
361363

362364
PLATFORMS
363365
arm64-darwin-23
@@ -386,4 +388,4 @@ DEPENDENCIES
386388
uswds_components!
387389

388390
BUNDLED WITH
389-
2.5.23
391+
2.4.14

app/components/uswds_components/alert_component/alert_component.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-# haml-lint:disable LineLength
2-
%div{class: "usa-alert usa-alert--#{status}#{heading.present? ? '' : ' usa-alert--slim'}#{include_icon ? '' : ' usa-alert--no-icon'}"}
2+
%div{class: "usa-alert usa-alert--#{status}#{' usa-alert--slim' unless heading.present?}#{' usa-alert--no-icon' unless include_icon}"}
33
.usa-alert__body
44
- if heading.present?
55
%h3.usa-alert__heading= heading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%nav{'aria-label' => 'Breadcrumb',
2-
class: "usa-breadcrumb#{wrap ? ' usa-breadcrumb--wrap' : ''}"}
2+
class: "usa-breadcrumb#{' usa-breadcrumb--wrap' if wrap}"}
33
%ol.usa-breadcrumb__list
44
- crumbs.each do |crumb|
55
= crumb

app/components/uswds_components/breadcrumb_component/crumb.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%li{class: "usa-breadcrumb__list-item #{current? ? 'usa-current' : ''}"}
1+
%li{class: "usa-breadcrumb__list-item #{'usa-current' if current?}"}
22
- if linked?
33
= link_to href, class: 'usa-breadcrumb__link' do
44
%span= name

0 commit comments

Comments
 (0)