From b003497c70564a46dff65ba024460f220de9b135 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 18 Nov 2021 10:32:41 +0000 Subject: [PATCH] Revert yanked turbo rails for now --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3c8d77954..dcb8a18b3 100644 --- a/Gemfile +++ b/Gemfile @@ -34,6 +34,7 @@ gem "roo" # Json Schema gem "json-schema" gem "uk_postcode" +gem "turbo-rails", "~> 0.8" group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 2942e8f5a..04961facf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -356,7 +356,7 @@ GEM stimulus-rails (0.7.2) rails (>= 6.0.0) thor (1.1.0) - turbo-rails (7.1.1) + turbo-rails (0.8.3) rails (>= 6.0.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) @@ -419,6 +419,7 @@ DEPENDENCIES scss_lint-govuk selenium-webdriver simplecov + turbo-rails (~> 0.8) tzinfo-data uk_postcode web-console (>= 4.1.0)