diff --git a/Gemfile b/Gemfile index 1324695..2a20aca 100644 --- a/Gemfile +++ b/Gemfile @@ -65,5 +65,5 @@ gem 'sentry-sidekiq', '~> 5.21' gem 'chartkick', '~> 5.1' gem 'crawler_detect', '~> 1.2' -gem 'activerecord-import', '~> 1.8' +gem 'activerecord-import', '~> 2.0' gem 'rack-attack', '~> 6.7' diff --git a/Gemfile.lock b/Gemfile.lock index 37fb810..d606325 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM activemodel (= 7.2.2) activesupport (= 7.2.2) timeout (>= 0.4.0) - activerecord-import (1.8.1) + activerecord-import (2.0.0) activerecord (>= 4.2) activestorage (7.2.2) actionpack (= 7.2.2) @@ -313,7 +313,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activerecord-import (~> 1.8) + activerecord-import (~> 2.0) bootsnap (>= 1.4.4) byebug chartkick (~> 5.1)