From f0af7d3cff920e62cc98e3aead8ae5c5f6e66427 Mon Sep 17 00:00:00 2001 From: Gregory Igelmund Date: Wed, 28 Feb 2024 16:05:01 +0100 Subject: [PATCH] Gemfile: Add turbo-rails --- Gemfile | 1 + Gemfile.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 0b7e25ec9..13daf8267 100644 --- 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" diff --git a/Gemfile.lock b/Gemfile.lock index 958f4579b..77cf3dc19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 -- 2.39.5