From 565e58ad724daaf3db0ff1c8d42d8f8d76a2eb9c Mon Sep 17 00:00:00 2001 From: andrea longhi Date: Mon, 4 Mar 2024 16:24:10 +0100 Subject: [PATCH] Update turbo-rails gem to v2.0 The new version adds cool new features such as page morphing and refreshes. Specifically, we're going to use turbo stream refreshes in a later commit. --- admin/solidus_admin.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/solidus_admin.gemspec b/admin/solidus_admin.gemspec index 5878002997..41867f5396 100644 --- a/admin/solidus_admin.gemspec +++ b/admin/solidus_admin.gemspec @@ -33,6 +33,6 @@ Gem::Specification.new do |s| s.add_dependency 'solidus_backend' s.add_dependency 'solidus_core', '> 4.2' s.add_dependency 'stimulus-rails', '~> 1.2' - s.add_dependency 'turbo-rails', '~> 1.4' + s.add_dependency 'turbo-rails', '~> 2.0' s.add_dependency 'view_component', '~> 3.9' end