From 211f34806b2b660e5c1552fb6e41a11a5e6cba7c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 02:15:35 +0200 Subject: [PATCH] Bump activerecord-import --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 91bbea6c4..e5f1a4744 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :postgresql, optional: true do gem "pg", "1.5.3" end -gem "activerecord-import", "1.4.0" +gem "activerecord-import", "1.4.1" # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index 76127c48f..6d0e8c27a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM activerecord (6.1.7.4) activemodel (= 6.1.7.4) activesupport (= 6.1.7.4) - activerecord-import (1.4.0) + activerecord-import (1.4.1) activerecord (>= 4.2) activestorage (6.1.7.4) actionpack (= 6.1.7.4) @@ -791,7 +791,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.8) - activerecord-import (= 1.4.0) + activerecord-import (= 1.4.1) acts-as-taggable-on (= 9.0.1) acts_as_api (= 1.0.1) addressable (= 2.8.0)