about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-08-27 00:40:47 -0400
committerBen Harris <ben@tilde.team>2021-08-27 00:40:47 -0400
commit68f5f71701f53dffba53b3390b8e01cc23cc3d9c (patch)
treef1facb60eae12c62fc7801a7b793a4cc7c1e3588 /Gemfile.lock
parent54901541e35b29fcdc05cf036b1eeb203df7bd7d (diff)
switch to turbo
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock9
1 files changed, 5 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 3e9b710..171efda 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -147,6 +147,7 @@ GEM
     rb-fsevent (0.11.0)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
+    redis (4.4.0)
     regexp_parser (2.1.1)
     rubyzip (2.3.2)
     sass-rails (6.0.0)
@@ -177,9 +178,8 @@ GEM
     sqlite3 (1.4.2)
     thor (1.1.0)
     tilt (2.0.10)
-    turbolinks (5.2.1)
-      turbolinks-source (~> 5.2)
-    turbolinks-source (5.2.0)
+    turbo-rails (0.7.4)
+      rails (>= 6.0.0)
     tzinfo (2.0.4)
       concurrent-ruby (~> 1.0)
     web-console (4.1.0)
@@ -211,12 +211,13 @@ DEPENDENCIES
   pry-rails
   puma (~> 5.4)
   rails (~> 6.1.4, >= 6.0.3.7)
+  redis (~> 4.0)
   sass-rails (>= 6)
   selenium-webdriver
   spring
   spring-watcher-listen (~> 2.0.0)
   sqlite3 (~> 1.4)
-  turbolinks (~> 5)
+  turbo-rails
   tzinfo-data
   web-console (>= 4.1.0)
   webpacker (~> 5.4)