mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
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:
parent
39f349f2fa
commit
289d06e926
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue