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)