]> git.openstreetmap.org Git - rails.git/commitdiff
Gemfile: Add turbo-rails
authorGregory Igelmund <github.com@grekko.de>
Wed, 28 Feb 2024 15:05:01 +0000 (16:05 +0100)
committerGregory Igelmund <github.com@grekko.de>
Thu, 21 Mar 2024 13:55:15 +0000 (14:55 +0100)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 0b7e25ec99cdffb9750d1b5160c5d868410917a0..13daf82676bb95bb735ba4daee79cf5f1a7f6cc1 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,7 @@ source "https://rubygems.org"
 
 # Require rails
 gem "rails", "~> 7.1.0"
+gem "turbo-rails"
 
 # Require json for multi_json
 gem "json"
index 958f4579b529a8ae1c723987f26ac1c38fcecc39..77cf3dc193f11d944eb9c7156242b70a197bf1b9 100644 (file)
@@ -563,6 +563,10 @@ GEM
     thor (1.3.1)
     tilt (2.3.0)
     timeout (0.4.1)
+    turbo-rails (2.0.4)
+      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)
@@ -680,6 +684,7 @@ DEPENDENCIES
   sprockets-exporters_pack
   strong_migrations
   terser
+  turbo-rails
   unicode-display_width
   validates_email_format_of (>= 1.5.1)
   vendorer