From 9ca400e293d189e26a7ca9a44acf64d89f06d0c7 Mon Sep 17 00:00:00 2001 From: ulferts Date: Mon, 16 Dec 2024 09:58:26 +0100 Subject: [PATCH] bump activerecord-import --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 41592c30bd8c..05f3f1158f53 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ ruby File.read(File.expand_path(".ruby-version", __dir__)).strip gem "actionpack-xml_parser", "~> 2.0.0" gem "activemodel-serializers-xml", "~> 1.0.1" -gem "activerecord-import", "~> 1.8.0" +gem "activerecord-import", "~> 2.0.0" gem "activerecord-session_store", "~> 2.1.0" gem "ox" gem "rails", "~> 7.1.3" diff --git a/Gemfile.lock b/Gemfile.lock index ffd4c52abe06..79d1be84caac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,7 +291,7 @@ GEM activemodel (= 7.1.5.1) activesupport (= 7.1.5.1) timeout (>= 0.4.0) - activerecord-import (1.8.1) + activerecord-import (2.0.0) activerecord (>= 4.2) activerecord-nulldb-adapter (1.1.1) activerecord (>= 6.0, < 8.1) @@ -1204,7 +1204,7 @@ PLATFORMS DEPENDENCIES actionpack-xml_parser (~> 2.0.0) activemodel-serializers-xml (~> 1.0.1) - activerecord-import (~> 1.8.0) + activerecord-import (~> 2.0.0) activerecord-nulldb-adapter (~> 1.1.0) activerecord-session_store (~> 2.1.0) acts_as_list (~> 1.2.0)