From d72dc2e6ecc3b6d9242e2a4a6422f72bd0be6bda Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Sat, 18 Dec 2021 04:35:21 +0100 Subject: [PATCH] Maintenance: Bump activerecord-import from 1.2.0 to 1.3.0 Bumps [activerecord-import](https://github.com/zdennis/activerecord-import) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/zdennis/activerecord-import/releases) - [Changelog](https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/zdennis/activerecord-import/compare/v1.2.0...v1.3.0) --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2a75e16e3..8b9cfdf42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,8 +67,8 @@ GEM activerecord (6.0.4.4) activemodel (= 6.0.4.4) activesupport (= 6.0.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)