Bump activerecord-import
This commit is contained in:
parent
26b99671c4
commit
211f34806b
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -79,7 +79,7 @@ group :postgresql, optional: true do
|
||||||
gem "pg", "1.5.3"
|
gem "pg", "1.5.3"
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "activerecord-import", "1.4.0"
|
gem "activerecord-import", "1.4.1"
|
||||||
|
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ GEM
|
||||||
activerecord (6.1.7.4)
|
activerecord (6.1.7.4)
|
||||||
activemodel (= 6.1.7.4)
|
activemodel (= 6.1.7.4)
|
||||||
activesupport (= 6.1.7.4)
|
activesupport (= 6.1.7.4)
|
||||||
activerecord-import (1.4.0)
|
activerecord-import (1.4.1)
|
||||||
activerecord (>= 4.2)
|
activerecord (>= 4.2)
|
||||||
activestorage (6.1.7.4)
|
activestorage (6.1.7.4)
|
||||||
actionpack (= 6.1.7.4)
|
actionpack (= 6.1.7.4)
|
||||||
|
|
@ -791,7 +791,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_serializers (= 0.9.8)
|
active_model_serializers (= 0.9.8)
|
||||||
activerecord-import (= 1.4.0)
|
activerecord-import (= 1.4.1)
|
||||||
acts-as-taggable-on (= 9.0.1)
|
acts-as-taggable-on (= 9.0.1)
|
||||||
acts_as_api (= 1.0.1)
|
acts_as_api (= 1.0.1)
|
||||||
addressable (= 2.8.0)
|
addressable (= 2.8.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue