From b935a0e8d9ea2268fc6ab67ba8011f02eac2ee46 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 22 May 2024 15:07:16 +1000 Subject: [PATCH] [add gem] turbo-rails This gives us a nice 'turbo_stream' format helper. --- Gemfile | 2 ++ Gemfile.lock | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index e9adc0d0b3..3d2eb53489 100644 --- a/Gemfile +++ b/Gemfile @@ -105,6 +105,8 @@ gem 'sidekiq-scheduler' gem "cable_ready", "5.0.1" gem "stimulus_reflex", "3.5.0.rc3" +gem "turbo-rails" + gem 'combine_pdf' gem 'wicked_pdf' gem 'wkhtmltopdf-binary' diff --git a/Gemfile.lock b/Gemfile.lock index bdc08a2fdd..7bda8159e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -772,6 +772,10 @@ GEM timecop (0.9.8) timeout (0.4.1) ttfunk (1.7.0) + 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) @@ -960,6 +964,7 @@ DEPENDENCIES stringex (~> 2.8.5) stripe timecop + turbo-rails valid_email2 validates_lengths_from_database vcr