Bump activerecord-import

This commit is contained in:
Dennis Schubert 2016-05-12 01:45:53 +02:00 committed by Jonne Haß
parent f725349f18
commit 02ea344636
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ ENV["DB"] ||= "mysql"
gem "mysql2", "0.4.3" if ENV["DB"] == "all" || ENV["DB"] == "mysql"
gem "pg", "0.18.4" if ENV["DB"] == "all" || ENV["DB"] == "postgres"
gem "activerecord-import", "0.11.0"
gem "activerecord-import", "0.13.0"
# File uploading

View file

@ -34,7 +34,7 @@ GEM
activemodel (= 4.2.6)
activesupport (= 4.2.6)
arel (~> 6.0)
activerecord-import (0.11.0)
activerecord-import (0.13.0)
activerecord (>= 3.0)
activesupport (4.2.6)
i18n (~> 0.7)
@ -781,7 +781,7 @@ PLATFORMS
DEPENDENCIES
active_model_serializers (= 0.9.5)
activerecord-import (= 0.11.0)
activerecord-import (= 0.13.0)
acts-as-taggable-on (= 3.5.0)
acts_as_api (= 0.4.2)
addressable (= 2.3.8)