Bump activerecord-import
This commit is contained in:
parent
cd7af6df50
commit
b7183d7cee
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -73,7 +73,7 @@ group :postgresql, optional: true do
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
gem "activerecord-import", "0.27.0"
|
gem "activerecord-import", "1.0.1"
|
||||||
|
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ GEM
|
||||||
activemodel (= 5.1.6.2)
|
activemodel (= 5.1.6.2)
|
||||||
activesupport (= 5.1.6.2)
|
activesupport (= 5.1.6.2)
|
||||||
arel (~> 8.0)
|
arel (~> 8.0)
|
||||||
activerecord-import (0.27.0)
|
activerecord-import (1.0.1)
|
||||||
activerecord (>= 3.2)
|
activerecord (>= 3.2)
|
||||||
activesupport (5.1.6.2)
|
activesupport (5.1.6.2)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
|
|
@ -768,7 +768,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_serializers (= 0.9.7)
|
active_model_serializers (= 0.9.7)
|
||||||
activerecord-import (= 0.27.0)
|
activerecord-import (= 1.0.1)
|
||||||
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.5.2)
|
addressable (= 2.5.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue