From da24c448d327078cf6091686855fcdaac114bd06 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Fri, 2 Feb 2024 16:13:41 +0000 Subject: [PATCH] Use latest turbo This release packs in morphing and will be released soon. Worth making sure things work with this. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e6f509e3..c1df3aeb 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "puma", ">= 5.0" gem "importmap-rails" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] -gem "turbo-rails" +gem "turbo-rails", github: "hotwired/turbo-rails", branch: "main" # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev] gem "stimulus-rails"