diff --git a/Gemfile b/Gemfile index cc712f4bf..b1647c58b 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ group :postgresql, optional: true do gem "pg", "1.4.1" end -gem "activerecord-import", "1.1.0" +gem "activerecord-import", "1.4.0" # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index 3830a9034..223281003 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,8 +37,8 @@ GEM activemodel (= 5.2.8) activesupport (= 5.2.8) arel (>= 9.0) - activerecord-import (1.1.0) - activerecord (>= 3.2) + activerecord-import (1.4.0) + activerecord (>= 4.2) activestorage (5.2.8) actionpack (= 5.2.8) activerecord (= 5.2.8) @@ -794,7 +794,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.7) - activerecord-import (= 1.1.0) + activerecord-import (= 1.4.0) acts-as-taggable-on (= 8.1.0) acts_as_api (= 1.0.1) addressable (= 2.8.0)