From 2dd6b2ca300a698ccc71eec965183d6184512db8 Mon Sep 17 00:00:00 2001 From: ulferts Date: Mon, 16 Dec 2024 09:55:49 +0100 Subject: [PATCH] bump turbo_power --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3f2c646936b..140657a845a 100644 --- a/Gemfile +++ b/Gemfile @@ -232,7 +232,7 @@ gem "factory_bot", "~> 6.5.0", require: false # require factory_bot_rails for convenience in core development gem "factory_bot_rails", "~> 6.4.4", require: false -gem "turbo_power", "~> 0.6.2" +gem "turbo_power", "~> 0.7.0" gem "turbo-rails", "~> 2.0.0" gem "httpx" diff --git a/Gemfile.lock b/Gemfile.lock index 1b905576c16..02e45fcdf0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1136,7 +1136,7 @@ GEM turbo-rails (2.0.11) actionpack (>= 6.0.0) railties (>= 6.0.0) - turbo_power (0.6.2) + turbo_power (0.7.0) turbo-rails (>= 1.3.0) typed_dag (2.0.2) rails (>= 5.0.4) @@ -1398,7 +1398,7 @@ DEPENDENCIES timecop (~> 0.9.0) ttfunk (~> 1.7.0) turbo-rails (~> 2.0.0) - turbo_power (~> 0.6.2) + turbo_power (~> 0.7.0) turbo_tests! typed_dag (~> 2.0.2) tzinfo-data (~> 1.2024.1)