From f0c3ae3782a4c6e398743e223a2faca0c8ca1ce1 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 21 Jul 2017 03:56:09 +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 048b17cb9..0e0f18ffd 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ group :postgresql, optional: true do end -gem "activerecord-import", "0.17.1" +gem "activerecord-import", "0.19.1" # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index 47457715e..a08965454 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM activemodel (= 4.2.9) activesupport (= 4.2.9) arel (~> 6.0) - activerecord-import (0.17.1) + activerecord-import (0.19.1) activerecord (>= 3.2) activesupport (4.2.9) i18n (~> 0.7) @@ -759,7 +759,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.5) - activerecord-import (= 0.17.1) + activerecord-import (= 0.19.1) acts-as-taggable-on (= 3.5.0) acts_as_api (= 1.0.0) addressable (= 2.5.0) -- GitLab