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)