Merge pull request #2399 from basecamp/update-turbo

Update `turbo-rails` to get latest Turbo version
This commit is contained in:
Rosa Gutierrez
2026-01-19 20:41:43 +01:00
committed by GitHub
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ GEM
timeout (0.6.0)
trilogy (2.9.0)
tsort (0.2.0)
turbo-rails (2.0.20)
turbo-rails (2.0.21)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
tzinfo (2.0.6)
+1 -1
View File
@@ -568,7 +568,7 @@ GEM
timeout (0.6.0)
trilogy (2.9.0)
tsort (0.2.0)
turbo-rails (2.0.20)
turbo-rails (2.0.21)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
tzinfo (2.0.6)
+3 -1
View File
@@ -15,7 +15,9 @@ class NotificationTest < ActiveSupport::TestCase
notification.read # Mark as read first
assert_turbo_stream_broadcasts([ notification.user, :notifications ], count: 1) do
notification.unread
perform_enqueued_jobs do
notification.unread
end
end
end