From 312f3e425924cbb32f922b3d91ed899ab9354d8a Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 7 Apr 2018 23:16:13 +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 45ec01c77..1e917b44b 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :postgresql, optional: true do end -gem "activerecord-import", "0.20.1" +gem "activerecord-import", "0.22.0" # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index d316a956e..f4aed0be5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM activemodel (= 5.1.6) activesupport (= 5.1.6) arel (~> 8.0) - activerecord-import (0.20.1) + activerecord-import (0.22.0) activerecord (>= 3.2) activesupport (5.1.6) concurrent-ruby (~> 1.0, >= 1.0.2) @@ -766,7 +766,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.7) - activerecord-import (= 0.20.1) + activerecord-import (= 0.22.0) acts-as-taggable-on (= 5.0.0) acts_as_api (= 1.0.1) addressable (= 2.5.2)