Skip to content

Commit 9287006

Browse files
authored
update allocation counts (#2281)
* update allocation counts * bundle updates
1 parent 10a93e9 commit 9287006

File tree

3 files changed

+30
-29
lines changed

3 files changed

+30
-29
lines changed

Gemfile.lock

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ GEM
111111
regexp_parser (>= 1.5, < 3.0)
112112
xpath (~> 3.2)
113113
coderay (1.1.3)
114-
concurrent-ruby (1.3.4)
115-
connection_pool (2.5.0)
114+
concurrent-ruby (1.3.5)
115+
connection_pool (2.5.2)
116116
crass (1.0.6)
117117
cuprite (0.15.1)
118118
capybara (~> 3.0)
@@ -175,7 +175,7 @@ GEM
175175
mini_portile2 (2.8.8)
176176
minitest (5.25.5)
177177
mutex_m (0.3.0)
178-
net-imap (0.5.6)
178+
net-imap (0.5.7)
179179
date
180180
net-protocol
181181
net-pop (0.1.2)
@@ -185,11 +185,11 @@ GEM
185185
net-smtp (0.5.1)
186186
net-protocol
187187
nio4r (2.7.4)
188-
nokogiri (1.18.7)
188+
nokogiri (1.18.8)
189189
mini_portile2 (~> 2.8.2)
190190
racc (~> 1.4)
191-
parallel (1.26.3)
192-
parser (3.3.7.4)
191+
parallel (1.27.0)
192+
parser (3.3.8.0)
193193
ast (~> 2.4.1)
194194
racc
195195
pp (0.6.2)
@@ -211,7 +211,7 @@ GEM
211211
puma (6.6.0)
212212
nio4r (~> 2.0)
213213
racc (1.8.1)
214-
rack (3.1.12)
214+
rack (3.1.13)
215215
rack-session (2.1.0)
216216
base64 (>= 0.1.0)
217217
rack (>= 3.0.0)
@@ -253,7 +253,7 @@ GEM
253253
rdoc (6.13.1)
254254
psych (>= 4.0.0)
255255
regexp_parser (2.10.0)
256-
reline (0.6.0)
256+
reline (0.6.1)
257257
io-console (~> 0.5)
258258
rexml (3.4.1)
259259
rspec-core (3.13.3)
@@ -273,25 +273,25 @@ GEM
273273
rspec-mocks (~> 3.10)
274274
rspec-support (~> 3.10)
275275
rspec-support (3.13.2)
276-
rubocop (1.73.2)
276+
rubocop (1.75.3)
277277
json (~> 2.3)
278278
language_server-protocol (~> 3.17.0.2)
279279
lint_roller (~> 1.1.0)
280280
parallel (~> 1.10)
281281
parser (>= 3.3.0.2)
282282
rainbow (>= 2.2.2, < 4.0)
283283
regexp_parser (>= 2.9.3, < 3.0)
284-
rubocop-ast (>= 1.38.0, < 2.0)
284+
rubocop-ast (>= 1.44.0, < 2.0)
285285
ruby-progressbar (~> 1.7)
286286
unicode-display_width (>= 2.4.0, < 4.0)
287-
rubocop-ast (1.44.0)
287+
rubocop-ast (1.44.1)
288288
parser (>= 3.3.7.2)
289289
prism (~> 1.4)
290290
rubocop-md (1.2.4)
291291
rubocop (>= 1.45)
292-
rubocop-performance (1.24.0)
292+
rubocop-performance (1.25.0)
293293
lint_roller (~> 1.1)
294-
rubocop (>= 1.72.1, < 2.0)
294+
rubocop (>= 1.75.0, < 2.0)
295295
rubocop-ast (>= 1.38.0, < 2.0)
296296
ruby-progressbar (1.13.0)
297297
rubyzip (2.4.1)
@@ -314,26 +314,27 @@ GEM
314314
temple (~> 0.10.0)
315315
tilt (>= 2.1.0)
316316
smart_properties (1.17.0)
317-
sprockets (4.2.1)
317+
sprockets (4.2.2)
318318
concurrent-ruby (~> 1.0)
319+
logger
319320
rack (>= 2.2.4, < 4)
320321
sprockets-rails (3.4.2)
321322
actionpack (>= 5.2)
322323
activesupport (>= 5.2)
323324
sprockets (>= 3.0.0)
324-
standard (1.47.0)
325+
standard (1.49.0)
325326
language_server-protocol (~> 3.17.0.2)
326327
lint_roller (~> 1.0)
327-
rubocop (~> 1.73.0)
328+
rubocop (~> 1.75.2)
328329
standard-custom (~> 1.0.0)
329-
standard-performance (~> 1.7)
330+
standard-performance (~> 1.8)
330331
standard-custom (1.0.2)
331332
lint_roller (~> 1.0)
332333
rubocop (~> 1.50)
333-
standard-performance (1.7.0)
334+
standard-performance (1.8.0)
334335
lint_roller (~> 1.1)
335-
rubocop-performance (~> 1.24.0)
336-
stringio (3.1.6)
336+
rubocop-performance (~> 1.25.0)
337+
stringio (3.1.7)
337338
temple (0.10.3)
338339
terminal-table (4.0.0)
339340
unicode-display_width (>= 1.1.1, < 4)

docs/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ GEM
2626
colorator (1.1.0)
2727
commonmarker (0.23.11)
2828
concurrent-ruby (1.3.5)
29-
connection_pool (2.5.0)
30-
csv (3.3.3)
29+
connection_pool (2.5.2)
30+
csv (3.3.4)
3131
dnsruby (1.72.4)
3232
base64 (~> 0.2.0)
3333
logger (~> 1.6.5)
@@ -40,14 +40,14 @@ GEM
4040
ffi (>= 1.15.0)
4141
eventmachine (1.2.7)
4242
execjs (2.10.0)
43-
faraday (2.12.2)
43+
faraday (2.13.0)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
4747
faraday-net_http (3.4.0)
4848
net-http (>= 0.5.0)
49-
ffi (1.17.1)
50-
ffi (1.17.1-x86_64-darwin)
49+
ffi (1.17.2)
50+
ffi (1.17.2-x86_64-darwin)
5151
forwardable-extended (2.6.0)
5252
gemoji (4.1.0)
5353
github-pages (232)
@@ -237,10 +237,10 @@ GEM
237237
minitest (5.25.5)
238238
net-http (0.6.0)
239239
uri
240-
nokogiri (1.18.7)
240+
nokogiri (1.18.8)
241241
mini_portile2 (~> 2.8.2)
242242
racc (~> 1.4)
243-
nokogiri (1.18.7-x86_64-darwin)
243+
nokogiri (1.18.8-x86_64-darwin)
244244
racc (~> 1.4)
245245
octokit (4.25.1)
246246
faraday (>= 1, < 3)

test/sandbox/test/rendering_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def test_render_inline_allocations
1616
MyComponent.ensure_compiled
1717

1818
allocations = (Rails.version.to_f >= 8.0) ?
19-
{"3.5.0" => 119, "3.4.2" => 125, "3.3.7" => 137} :
20-
{"3.3.7" => 128, "3.3.0" => 140, "3.2.8" => 126, "3.1.7" => 126, "3.0.7" => 135}
19+
{"3.5.0" => 119, "3.4.3" => 125, "3.3.8" => 137} :
20+
{"3.3.8" => 128, "3.3.0" => 140, "3.2.8" => 126, "3.1.7" => 126, "3.0.7" => 135}
2121

2222
assert_allocations(**allocations) do
2323
render_inline(MyComponent.new)

0 commit comments

Comments
 (0)