From b3f9ca2b5ad7b4ab2c6991b201f76d1a17188eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:14:23 +0000 Subject: [PATCH] Bump activerecord-import from 1.8.1 to 2.0.0 Bumps [activerecord-import](https://github.com/zdennis/activerecord-import) from 1.8.1 to 2.0.0. - [Changelog](https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/zdennis/activerecord-import/compare/v1.8.1...v2.0.0) --- updated-dependencies: - dependency-name: activerecord-import dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)