diff --git a/Gemfile b/Gemfile index 7fe63279b..465e927ef 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ group :postgresql, optional: true do end -gem "activerecord-import", "0.15.0" +gem "activerecord-import", "0.17.1" # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index e58a2c187..a2bb2f5ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM activemodel (= 4.2.8) activesupport (= 4.2.8) arel (~> 6.0) - activerecord-import (0.15.0) + activerecord-import (0.17.1) activerecord (>= 3.2) activesupport (4.2.8) i18n (~> 0.7) @@ -786,7 +786,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.5) - activerecord-import (= 0.15.0) + activerecord-import (= 0.17.1) acts-as-taggable-on (= 3.5.0) acts_as_api (= 0.4.3) addressable (= 2.4.0)