Bump activerecord-import

This commit is contained in:
Steffen van Bergerem 2016-08-14 09:24:20 +02:00
parent 3dd2f2159c
commit f1065c8127
No known key found for this signature in database
GPG key ID: 2F08F75F9525C7E0
2 changed files with 4 additions and 4 deletions

View file

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

View file

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