bump activerecord-import

This commit is contained in:
Jonne Haß 2014-06-01 15:58:08 +02:00
parent 61c72b44e9
commit c506276c73
2 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ ENV['DB'] ||= 'mysql'
gem 'mysql2', '0.3.16' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
gem 'pg', '0.17.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
gem 'activerecord-import', '0.4.1'
gem 'activerecord-import', '0.5.0'
gem 'foreigner', '1.6.1'
# File uploading

View file

@ -23,7 +23,7 @@ GEM
activesupport (= 4.0.5)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activerecord-import (0.4.1)
activerecord-import (0.5.0)
activerecord (>= 3.0)
activeresource (4.0.0)
activemodel (~> 4.0)
@ -474,7 +474,7 @@ PLATFORMS
DEPENDENCIES
actionpack-action_caching
actionpack-page_caching
activerecord-import (= 0.4.1)
activerecord-import (= 0.5.0)
acts-as-taggable-on (= 3.2.6)
acts_as_api (= 0.4.2)
addressable (= 2.3.6)