From e9bfecde76a3bf304412bae2669fd253beace919 Mon Sep 17 00:00:00 2001 From: mario Date: Sat, 30 Mar 2024 10:49:27 +0100 Subject: [PATCH] remove turbo-rails gem --- Gemfile | 1 - Gemfile.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/Gemfile b/Gemfile index 54c152e..1600a9d 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,6 @@ gem "puma" gem "rails" gem "stimulus-rails" gem "tailwindcss-rails" -gem "turbo-rails" gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index da6e56f..2df2473 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,10 +289,6 @@ GEM thor (1.3.1) tilt (2.3.0) timeout (0.4.1) - turbo-rails (2.0.5) - actionpack (>= 6.0.0) - activejob (>= 6.0.0) - railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) @@ -339,7 +335,6 @@ DEPENDENCIES rubocop-rails stimulus-rails tailwindcss-rails - turbo-rails tzinfo-data web-console webdrivers