Skip to content

Commit

Permalink
bump ruby version (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored Nov 7, 2024
1 parent fb2e917 commit 50bd2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sandbox/test/rendering_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_render_inline_allocations
ViewComponent::CompileCache.cache.delete(MyComponent)
MyComponent.ensure_compiled

assert_allocations("3.4.0" => 109, "3.3.5" => 115, "3.3.0" => 127, "3.2.6" => 114, "3.1.6" => 114, "3.0.7" => 123) do
assert_allocations("3.4.0" => 109, "3.3.6" => 115, "3.3.0" => 127, "3.2.6" => 114, "3.1.6" => 114, "3.0.7" => 123) do
render_inline(MyComponent.new)
end

Expand Down

0 comments on commit 50bd2a8

Please sign in to comment.