Bump activerecord-import

This commit is contained in:
Dennis Schubert 2016-02-09 14:58:58 +01:00 committed by Steffen van Bergerem
parent e3b21f63e8
commit 9e0c818d9a
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -34,7 +34,7 @@ GEM
activemodel (= 4.2.5.1) activemodel (= 4.2.5.1)
activesupport (= 4.2.5.1) activesupport (= 4.2.5.1)
arel (~> 6.0) arel (~> 6.0)
activerecord-import (0.10.0) activerecord-import (0.11.0)
activerecord (>= 3.0) activerecord (>= 3.0)
activesupport (4.2.5.1) activesupport (4.2.5.1)
i18n (~> 0.7) i18n (~> 0.7)
@ -774,7 +774,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
active_model_serializers (= 0.9.4) active_model_serializers (= 0.9.4)
activerecord-import (= 0.10.0) activerecord-import (= 0.11.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)