From 289d06e926edf337e0f718f9e7e190a4c10e1d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 05:05:17 +0000 Subject: [PATCH] Bump active_interaction from 3.8.3 to 4.0.0 Bumps [active_interaction](https://github.com/AaronLasseigne/active_interaction) from 3.8.3 to 4.0.0. - [Release notes](https://github.com/AaronLasseigne/active_interaction/releases) - [Changelog](https://github.com/AaronLasseigne/active_interaction/blob/master/CHANGELOG.md) - [Commits](https://github.com/AaronLasseigne/active_interaction/compare/v3.8.3...v4.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1f42044c8..71e9eb948 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # core -gem 'active_interaction', '~> 3.8' +gem 'active_interaction', '~> 4.0' gem 'apipie-rails', '~> 0.5.18' gem 'bootsnap', '>= 1.1.0', require: false gem 'iso8601', '0.12.1' # for dates and times diff --git a/Gemfile.lock b/Gemfile.lock index bea9e64bb..373593c45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,8 +112,8 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - active_interaction (3.8.3) - activemodel (>= 4, < 7) + active_interaction (4.0.0) + activemodel (>= 5, < 7) activejob (6.0.3.6) activesupport (= 6.0.3.6) globalid (>= 0.3.6) @@ -506,7 +506,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - active_interaction (~> 3.8) + active_interaction (~> 4.0) activerecord-import airbrake apipie-rails (~> 0.5.18)