Bump activerecord-import

This commit is contained in:
Benjamin Neff 2022-06-26 20:17:31 +02:00
parent e096c96c44
commit 5238bb4c5d
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)