Bump activerecord-import
This commit is contained in:
parent
3dd2f2159c
commit
f1065c8127
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -70,7 +70,7 @@ group :postgresql, optional: true do
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
gem "activerecord-import", "0.13.0"
|
gem "activerecord-import", "0.15.0"
|
||||||
|
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ GEM
|
||||||
activemodel (= 4.2.7.1)
|
activemodel (= 4.2.7.1)
|
||||||
activesupport (= 4.2.7.1)
|
activesupport (= 4.2.7.1)
|
||||||
arel (~> 6.0)
|
arel (~> 6.0)
|
||||||
activerecord-import (0.13.0)
|
activerecord-import (0.15.0)
|
||||||
activerecord (>= 3.0)
|
activerecord (>= 3.2)
|
||||||
activesupport (4.2.7.1)
|
activesupport (4.2.7.1)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
|
|
@ -913,7 +913,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_serializers (= 0.9.5)
|
active_model_serializers (= 0.9.5)
|
||||||
activerecord-import (= 0.13.0)
|
activerecord-import (= 0.15.0)
|
||||||
acts-as-taggable-on (= 3.5.0)
|
acts-as-taggable-on (= 3.5.0)
|
||||||
acts_as_api (= 0.4.2)
|
acts_as_api (= 0.4.2)
|
||||||
addressable (= 2.3.8)
|
addressable (= 2.3.8)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue