diff --git a/Gemfile b/Gemfile index 946973ab1fbc9c08fe09afa64622678ee78b20d2..0a4fe57a6551e6bc78fb14737844d89db0b8df62 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ group :postgresql, optional: true do end -gem "activerecord-import", "0.13.0" +gem "activerecord-import", "0.15.0" # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index 72f632412dd1ef64fa7211ee31e21e395f8aa856..6d27df2f6ec276f9e059858d5c3160a14db04bec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,8 +34,8 @@ GEM activemodel (= 4.2.7.1) activesupport (= 4.2.7.1) arel (~> 6.0) - activerecord-import (0.13.0) - activerecord (>= 3.0) + activerecord-import (0.15.0) + activerecord (>= 3.2) activesupport (4.2.7.1) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) @@ -913,7 +913,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.5) - activerecord-import (= 0.13.0) + activerecord-import (= 0.15.0) acts-as-taggable-on (= 3.5.0) acts_as_api (= 0.4.2) addressable (= 2.3.8)