From 9e27ac29761f0fe79972aa2dec76dd979367d844 Mon Sep 17 00:00:00 2001 From: Stephen Nelson Date: Mon, 19 Feb 2024 11:33:29 +1030 Subject: [PATCH] Avoid Turbo 8 upgrade until frame navigation is resolved https://github.com/hotwired/turbo-rails/issues/580 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b93ca8a..b7cfbe7 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :development, :test do gem "shoulda-matchers" gem "sqlite3" gem "stimulus-rails" - gem "turbo-rails" + gem "turbo-rails", "< 2" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 903aac8..c085ccf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ DEPENDENCIES shoulda-matchers sqlite3 stimulus-rails - turbo-rails + turbo-rails (< 2) BUNDLED WITH 2.5.5