From 246f20d3f189281979340422335897450d771a9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 08:52:12 +0000 Subject: [PATCH] chore(deps): update dependency active_interaction to v5 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 26f2ad0254..7760e2b87f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # core -gem 'active_interaction', '~> 4.0' +gem 'active_interaction', '~> 5.0' gem 'apipie-rails', '~> 0.6.0' gem 'bootsnap', '>= 1.1.0', require: false gem 'iso8601', '0.13.0' # for dates and times