From e2c359442a4d4631605013de4b262007b82ba5cd Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 4 Sep 2022 14:30:43 +0200 Subject: [PATCH] Replace turbolinks with turbo-rails --- Gemfile | 2 +- Gemfile.lock | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index f90922fb..0943a889 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "pg" gem "jbuilder", "~> 2.10" gem "sass-rails", "~> 5.0" -gem "turbolinks", "~> 2.5.3" +gem "turbo-rails" gem "bcrypt", "~> 3.1.18" diff --git a/Gemfile.lock b/Gemfile.lock index 9e720cdd..1132dae1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,13 +117,6 @@ GEM chunky_png (1.4.0) cliver (0.3.2) coderay (1.1.3) - coffee-rails (5.0.0) - coffee-script (>= 2.2.0) - railties (>= 5.2.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) colorize (0.8.1) concurrent-ruby (1.1.10) connection_pool (2.2.5) @@ -173,7 +166,6 @@ GEM equalizer (0.0.11) erubi (1.11.0) excon (0.92.3) - execjs (2.8.1) factory_bot (6.2.0) activesupport (>= 5.0.0) factory_bot_rails (6.2.0) @@ -539,8 +531,6 @@ GEM actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) - turbolinks (2.5.4) - coffee-rails twitter (7.0.0) addressable (~> 2.3) buftok (~> 0.2.0) @@ -660,7 +650,7 @@ DEPENDENCIES simplecov-cobertura simplecov-json spring (~> 4.0) - turbolinks (~> 2.5.3) + turbo-rails twitter twitter-text web-console (~> 4.0)