From 7ed4f85a39f712ea7cf0401819d4a82efedde062 Mon Sep 17 00:00:00 2001 From: ulferts Date: Mon, 3 Jan 2022 09:43:32 +0100 Subject: [PATCH] bump activerecord-import --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2ffbc55f59c..1d777498057 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ ruby '~> 2.7.5' gem 'actionpack-xml_parser', '~> 2.0.0' gem 'activemodel-serializers-xml', '~> 1.0.1' -gem 'activerecord-import', '~> 1.2.0' +gem 'activerecord-import', '~> 1.3.0' gem 'activerecord-session_store', '~> 2.0.0' gem 'rails', '~> 6.1.4' gem 'responders', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 295f1669e9b..0b9be2fe7e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -231,8 +231,8 @@ GEM activerecord (6.1.4.4) activemodel (= 6.1.4.4) activesupport (= 6.1.4.4) - activerecord-import (1.2.0) - activerecord (>= 3.2) + activerecord-import (1.3.0) + activerecord (>= 4.2) activerecord-nulldb-adapter (0.8.0) activerecord (>= 5.2.0, < 7.1) activerecord-session_store (2.0.0) @@ -965,7 +965,7 @@ PLATFORMS DEPENDENCIES actionpack-xml_parser (~> 2.0.0) activemodel-serializers-xml (~> 1.0.1) - activerecord-import (~> 1.2.0) + activerecord-import (~> 1.3.0) activerecord-nulldb-adapter (~> 0.8.0) activerecord-session_store (~> 2.0.0) acts_as_list (~> 1.0.1)