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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-26 05:05:17 +00:00 committed by GitHub
parent 39f349f2fa
commit 289d06e926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
# core # core
gem 'active_interaction', '~> 3.8' gem 'active_interaction', '~> 4.0'
gem 'apipie-rails', '~> 0.5.18' gem 'apipie-rails', '~> 0.5.18'
gem 'bootsnap', '>= 1.1.0', require: false gem 'bootsnap', '>= 1.1.0', require: false
gem 'iso8601', '0.12.1' # for dates and times gem 'iso8601', '0.12.1' # for dates and times

View file

@ -112,8 +112,8 @@ GEM
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_interaction (3.8.3) active_interaction (4.0.0)
activemodel (>= 4, < 7) activemodel (>= 5, < 7)
activejob (6.0.3.6) activejob (6.0.3.6)
activesupport (= 6.0.3.6) activesupport (= 6.0.3.6)
globalid (>= 0.3.6) globalid (>= 0.3.6)
@ -506,7 +506,7 @@ PLATFORMS
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
active_interaction (~> 3.8) active_interaction (~> 4.0)
activerecord-import activerecord-import
airbrake airbrake
apipie-rails (~> 0.5.18) apipie-rails (~> 0.5.18)