update activerecord-import to 1.0.4
This commit is contained in:
parent
abec056c02
commit
a7119fa7c1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -75,7 +75,7 @@ group :postgresql, optional: true do
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
gem "activerecord-import", "1.0.2"
|
gem "activerecord-import", "1.0.4"
|
||||||
|
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ GEM
|
||||||
activemodel (= 5.2.4.2)
|
activemodel (= 5.2.4.2)
|
||||||
activesupport (= 5.2.4.2)
|
activesupport (= 5.2.4.2)
|
||||||
arel (>= 9.0)
|
arel (>= 9.0)
|
||||||
activerecord-import (1.0.2)
|
activerecord-import (1.0.4)
|
||||||
activerecord (>= 3.2)
|
activerecord (>= 3.2)
|
||||||
activestorage (5.2.4.2)
|
activestorage (5.2.4.2)
|
||||||
actionpack (= 5.2.4.2)
|
actionpack (= 5.2.4.2)
|
||||||
|
|
@ -789,7 +789,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_serializers (= 0.9.7)
|
active_model_serializers (= 0.9.7)
|
||||||
activerecord-import (= 1.0.2)
|
activerecord-import (= 1.0.4)
|
||||||
acts-as-taggable-on (= 6.0.0)
|
acts-as-taggable-on (= 6.0.0)
|
||||||
acts_as_api (= 1.0.1)
|
acts_as_api (= 1.0.1)
|
||||||
addressable (= 2.7.0)
|
addressable (= 2.7.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue