From 7cfc960a6036486578873c7d30ac9d0456b14354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 8 Jun 2015 09:54:46 +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 4f74fd53e..eef7abe37 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ ENV["DB"] ||= "mysql" gem "mysql2", "0.3.18" if ENV["DB"] == "all" || ENV["DB"] == "mysql" gem "pg", "0.18.2" if ENV["DB"] == "all" || ENV["DB"] == "postgres" -gem "activerecord-import", "0.7.0" +gem "activerecord-import", "0.8.0" # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index dc58ffef7..fcaee9958 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM activemodel (= 4.2.2) activesupport (= 4.2.2) arel (~> 6.0) - activerecord-import (0.7.0) + activerecord-import (0.8.0) activerecord (>= 3.0) activesupport (4.2.2) i18n (~> 0.7) @@ -746,7 +746,7 @@ DEPENDENCIES actionpack-action_caching actionpack-page_caching active_model_serializers (= 0.9.3) - activerecord-import (= 0.7.0) + activerecord-import (= 0.8.0) acts-as-taggable-on (= 3.5.0) acts_as_api (= 0.4.2) addressable (= 2.3.8)