Commit bcd3cf1c authored by Jonne Haß's avatar Jonne Haß Committed by Dennis Schubert
Browse files

bump activerecord-import

parent dd426354
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ ENV["DB"] ||= "mysql"
gem "mysql2", "0.3.18" if ENV["DB"] == "all" || ENV["DB"] == "mysql"
gem "pg",     "0.18.2" if ENV["DB"] == "all" || ENV["DB"] == "postgres"

gem "activerecord-import", "0.8.0"
gem "activerecord-import", "0.10.0"

# File uploading

+3 −3
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ GEM
      activemodel (= 4.2.3)
      activesupport (= 4.2.3)
      arel (~> 6.0)
    activerecord-import (0.8.0)
    activerecord-import (0.10.0)
      activerecord (>= 3.0)
    activesupport (4.2.3)
      i18n (~> 0.7)
@@ -49,7 +49,7 @@ GEM
      activesupport (>= 3.0.0)
      rack (>= 1.1.0)
    addressable (2.3.8)
    arel (6.0.0)
    arel (6.0.2)
    asset_sync (1.1.0)
      activemodel
      fog (>= 1.8.0)
@@ -746,7 +746,7 @@ PLATFORMS

DEPENDENCIES
  active_model_serializers (= 0.9.3)
  activerecord-import (= 0.8.0)
  activerecord-import (= 0.10.0)
  acts-as-taggable-on (= 3.5.0)
  acts_as_api (= 0.4.2)
  addressable (= 2.3.8)