Skip to content

Commit 3392a41

Browse files
authored
Update dependencies, fix CI (#2181)
* add sprockets rails for local dev for now * bundle update * update memory counts
1 parent d6bda33 commit 3392a41

File tree

4 files changed

+119
-105
lines changed

4 files changed

+119
-105
lines changed

Gemfile.lock

Lines changed: 94 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -9,67 +9,67 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.0.8.6)
13-
actionpack (= 7.0.8.6)
14-
activesupport (= 7.0.8.6)
12+
actioncable (7.0.8.7)
13+
actionpack (= 7.0.8.7)
14+
activesupport (= 7.0.8.7)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (7.0.8.6)
18-
actionpack (= 7.0.8.6)
19-
activejob (= 7.0.8.6)
20-
activerecord (= 7.0.8.6)
21-
activestorage (= 7.0.8.6)
22-
activesupport (= 7.0.8.6)
17+
actionmailbox (7.0.8.7)
18+
actionpack (= 7.0.8.7)
19+
activejob (= 7.0.8.7)
20+
activerecord (= 7.0.8.7)
21+
activestorage (= 7.0.8.7)
22+
activesupport (= 7.0.8.7)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.0.8.6)
28-
actionpack (= 7.0.8.6)
29-
actionview (= 7.0.8.6)
30-
activejob (= 7.0.8.6)
31-
activesupport (= 7.0.8.6)
27+
actionmailer (7.0.8.7)
28+
actionpack (= 7.0.8.7)
29+
actionview (= 7.0.8.7)
30+
activejob (= 7.0.8.7)
31+
activesupport (= 7.0.8.7)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.0)
37-
actionpack (7.0.8.6)
38-
actionview (= 7.0.8.6)
39-
activesupport (= 7.0.8.6)
37+
actionpack (7.0.8.7)
38+
actionview (= 7.0.8.7)
39+
activesupport (= 7.0.8.7)
4040
rack (~> 2.0, >= 2.2.4)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44-
actiontext (7.0.8.6)
45-
actionpack (= 7.0.8.6)
46-
activerecord (= 7.0.8.6)
47-
activestorage (= 7.0.8.6)
48-
activesupport (= 7.0.8.6)
44+
actiontext (7.0.8.7)
45+
actionpack (= 7.0.8.7)
46+
activerecord (= 7.0.8.7)
47+
activestorage (= 7.0.8.7)
48+
activesupport (= 7.0.8.7)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (7.0.8.6)
52-
activesupport (= 7.0.8.6)
51+
actionview (7.0.8.7)
52+
activesupport (= 7.0.8.7)
5353
builder (~> 3.1)
5454
erubi (~> 1.4)
5555
rails-dom-testing (~> 2.0)
5656
rails-html-sanitizer (~> 1.1, >= 1.2.0)
57-
activejob (7.0.8.6)
58-
activesupport (= 7.0.8.6)
57+
activejob (7.0.8.7)
58+
activesupport (= 7.0.8.7)
5959
globalid (>= 0.3.6)
60-
activemodel (7.0.8.6)
61-
activesupport (= 7.0.8.6)
62-
activerecord (7.0.8.6)
63-
activemodel (= 7.0.8.6)
64-
activesupport (= 7.0.8.6)
65-
activestorage (7.0.8.6)
66-
actionpack (= 7.0.8.6)
67-
activejob (= 7.0.8.6)
68-
activerecord (= 7.0.8.6)
69-
activesupport (= 7.0.8.6)
60+
activemodel (7.0.8.7)
61+
activesupport (= 7.0.8.7)
62+
activerecord (7.0.8.7)
63+
activemodel (= 7.0.8.7)
64+
activesupport (= 7.0.8.7)
65+
activestorage (7.0.8.7)
66+
actionpack (= 7.0.8.7)
67+
activejob (= 7.0.8.7)
68+
activerecord (= 7.0.8.7)
69+
activesupport (= 7.0.8.7)
7070
marcel (~> 1.0)
7171
mini_mime (>= 1.1.0)
72-
activesupport (7.0.8.6)
72+
activesupport (7.0.8.7)
7373
concurrent-ruby (~> 1.0, >= 1.0.2)
7474
i18n (>= 1.6, < 2)
7575
minitest (>= 5.1)
@@ -109,7 +109,7 @@ GEM
109109
cuprite (0.15.1)
110110
capybara (~> 3.0)
111111
ferrum (~> 0.15.0)
112-
date (3.3.4)
112+
date (3.4.1)
113113
debug (1.9.2)
114114
irb (~> 1.10)
115115
reline (>= 0.3.8)
@@ -137,14 +137,14 @@ GEM
137137
tilt
138138
i18n (1.14.6)
139139
concurrent-ruby (~> 1.0)
140-
io-console (0.7.2)
140+
io-console (0.8.0)
141141
irb (1.14.1)
142142
rdoc (>= 4.0.0)
143143
reline (>= 0.4.2)
144144
jbuilder (2.13.0)
145145
actionview (>= 5.0.0)
146146
activesupport (>= 5.0.0)
147-
json (2.7.4)
147+
json (2.9.0)
148148
language_server-protocol (3.17.0.3)
149149
lint_roller (1.1.0)
150150
loofah (2.23.1)
@@ -162,10 +162,10 @@ GEM
162162
matrix (0.4.2)
163163
method_source (1.1.0)
164164
mini_mime (1.1.5)
165-
mini_portile2 (2.8.7)
166-
minitest (5.25.1)
167-
mutex_m (0.2.0)
168-
net-imap (0.5.0)
165+
mini_portile2 (2.8.8)
166+
minitest (5.25.4)
167+
mutex_m (0.3.0)
168+
net-imap (0.5.1)
169169
date
170170
net-protocol
171171
net-pop (0.1.2)
@@ -175,59 +175,60 @@ GEM
175175
net-smtp (0.5.0)
176176
net-protocol
177177
nio4r (2.7.4)
178-
nokogiri (1.16.7)
178+
nokogiri (1.17.1)
179179
mini_portile2 (~> 2.8.2)
180180
racc (~> 1.4)
181181
parallel (1.26.3)
182-
parser (3.3.5.0)
182+
parser (3.3.6.0)
183183
ast (~> 2.4.1)
184184
racc
185-
pry (0.14.2)
185+
pry (0.15.0)
186186
coderay (~> 1.1)
187187
method_source (~> 1.0)
188-
psych (5.1.2)
188+
psych (5.2.1)
189+
date
189190
stringio
190191
public_suffix (6.0.1)
191-
puma (6.4.3)
192+
puma (6.5.0)
192193
nio4r (~> 2.0)
193194
racc (1.8.1)
194195
rack (2.2.10)
195196
rack-test (2.1.0)
196197
rack (>= 1.3)
197-
rails (7.0.8.6)
198-
actioncable (= 7.0.8.6)
199-
actionmailbox (= 7.0.8.6)
200-
actionmailer (= 7.0.8.6)
201-
actionpack (= 7.0.8.6)
202-
actiontext (= 7.0.8.6)
203-
actionview (= 7.0.8.6)
204-
activejob (= 7.0.8.6)
205-
activemodel (= 7.0.8.6)
206-
activerecord (= 7.0.8.6)
207-
activestorage (= 7.0.8.6)
208-
activesupport (= 7.0.8.6)
198+
rails (7.0.8.7)
199+
actioncable (= 7.0.8.7)
200+
actionmailbox (= 7.0.8.7)
201+
actionmailer (= 7.0.8.7)
202+
actionpack (= 7.0.8.7)
203+
actiontext (= 7.0.8.7)
204+
actionview (= 7.0.8.7)
205+
activejob (= 7.0.8.7)
206+
activemodel (= 7.0.8.7)
207+
activerecord (= 7.0.8.7)
208+
activestorage (= 7.0.8.7)
209+
activesupport (= 7.0.8.7)
209210
bundler (>= 1.15.0)
210-
railties (= 7.0.8.6)
211+
railties (= 7.0.8.7)
211212
rails-dom-testing (2.2.0)
212213
activesupport (>= 5.0.0)
213214
minitest
214215
nokogiri (>= 1.6)
215-
rails-html-sanitizer (1.6.0)
216+
rails-html-sanitizer (1.6.1)
216217
loofah (~> 2.21)
217-
nokogiri (~> 1.14)
218-
railties (7.0.8.6)
219-
actionpack (= 7.0.8.6)
220-
activesupport (= 7.0.8.6)
218+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
219+
railties (7.0.8.7)
220+
actionpack (= 7.0.8.7)
221+
activesupport (= 7.0.8.7)
221222
method_source
222223
rake (>= 12.2)
223224
thor (~> 1.0)
224225
zeitwerk (~> 2.5)
225226
rainbow (3.1.1)
226227
rake (13.2.1)
227-
rdoc (6.7.0)
228+
rdoc (6.8.1)
228229
psych (>= 4.0.0)
229-
regexp_parser (2.9.2)
230-
reline (0.5.10)
230+
regexp_parser (2.9.3)
231+
reline (0.5.12)
231232
io-console (~> 0.5)
232233
rexml (3.3.9)
233234
rspec-core (3.13.2)
@@ -246,22 +247,22 @@ GEM
246247
rspec-expectations (~> 3.10)
247248
rspec-mocks (~> 3.10)
248249
rspec-support (~> 3.10)
249-
rspec-support (3.13.1)
250-
rubocop (1.66.1)
250+
rspec-support (3.13.2)
251+
rubocop (1.69.1)
251252
json (~> 2.3)
252253
language_server-protocol (>= 3.17.0)
253254
parallel (~> 1.10)
254255
parser (>= 3.3.0.2)
255256
rainbow (>= 2.2.2, < 4.0)
256-
regexp_parser (>= 2.4, < 3.0)
257-
rubocop-ast (>= 1.32.2, < 2.0)
257+
regexp_parser (>= 2.9.3, < 3.0)
258+
rubocop-ast (>= 1.36.2, < 2.0)
258259
ruby-progressbar (~> 1.7)
259-
unicode-display_width (>= 2.4.0, < 3.0)
260-
rubocop-ast (1.32.3)
260+
unicode-display_width (>= 2.4.0, < 4.0)
261+
rubocop-ast (1.36.2)
261262
parser (>= 3.3.1.0)
262263
rubocop-md (1.2.4)
263264
rubocop (>= 1.45)
264-
rubocop-performance (1.22.1)
265+
rubocop-performance (1.23.0)
265266
rubocop (>= 1.48.1, < 2.0)
266267
rubocop-ast (>= 1.31.1, < 2.0)
267268
ruby-progressbar (1.13.0)
@@ -284,25 +285,32 @@ GEM
284285
temple (~> 0.10.0)
285286
tilt (>= 2.1.0)
286287
smart_properties (1.17.0)
287-
standard (1.41.1)
288+
sprockets (4.2.1)
289+
concurrent-ruby (~> 1.0)
290+
rack (>= 2.2.4, < 4)
291+
sprockets-rails (3.4.2)
292+
actionpack (>= 5.2)
293+
activesupport (>= 5.2)
294+
sprockets (>= 3.0.0)
295+
standard (1.43.0)
288296
language_server-protocol (~> 3.17.0.2)
289297
lint_roller (~> 1.0)
290-
rubocop (~> 1.66.0)
298+
rubocop (~> 1.69.1)
291299
standard-custom (~> 1.0.0)
292-
standard-performance (~> 1.5)
300+
standard-performance (~> 1.6)
293301
standard-custom (1.0.2)
294302
lint_roller (~> 1.0)
295303
rubocop (~> 1.50)
296-
standard-performance (1.5.0)
304+
standard-performance (1.6.0)
297305
lint_roller (~> 1.1)
298-
rubocop-performance (~> 1.22.0)
299-
stringio (3.1.1)
306+
rubocop-performance (~> 1.23.0)
307+
stringio (3.1.2)
300308
temple (0.10.3)
301309
terminal-table (3.0.2)
302310
unicode-display_width (>= 1.1.1, < 3)
303311
thor (1.3.2)
304312
tilt (2.4.0)
305-
timeout (0.4.1)
313+
timeout (0.4.2)
306314
turbo-rails (1.5.0)
307315
actionpack (>= 6.0.0)
308316
activejob (>= 6.0.0)
@@ -311,7 +319,7 @@ GEM
311319
concurrent-ruby (~> 1.0)
312320
unicode-display_width (2.6.0)
313321
warning (1.4.0)
314-
webrick (1.8.2)
322+
webrick (1.9.1)
315323
websocket (1.2.11)
316324
websocket-driver (0.7.6)
317325
websocket-extensions (>= 0.1.0)
@@ -357,6 +365,7 @@ DEPENDENCIES
357365
simplecov (~> 0.22.0)
358366
simplecov-console (~> 0.9.1)
359367
slim (~> 5.1)
368+
sprockets-rails (~> 3.4.2)
360369
standard (~> 1)
361370
turbo-rails (~> 1)
362371
view_component!

0 commit comments

Comments
 (0)