From c154c4e2af3f5a2bf1b791b86054071cac4bab74 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Wed, 3 Jul 2019 01:10:53 +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 b0cc27b8a..f89c814ae 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ group :postgresql, optional: true do end -gem "activerecord-import", "1.0.1" +gem "activerecord-import", "1.0.2" # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index 31200591c..ecb863da6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM activemodel (= 5.1.7) activesupport (= 5.1.7) arel (~> 8.0) - activerecord-import (1.0.1) + activerecord-import (1.0.2) activerecord (>= 3.2) activesupport (5.1.7) concurrent-ruby (~> 1.0, >= 1.0.2) @@ -780,7 +780,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.7) - activerecord-import (= 1.0.1) + activerecord-import (= 1.0.2) acts-as-taggable-on (= 6.0.0) acts_as_api (= 1.0.1) addressable (= 2.5.2)