Bump activerecord-import
This commit is contained in:
parent
1ec3f5caa6
commit
2d7399de28
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -66,7 +66,7 @@ ENV['DB'] ||= 'mysql'
|
||||||
gem 'mysql2', '0.3.17' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
|
gem 'mysql2', '0.3.17' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
|
||||||
gem 'pg', '0.17.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
gem 'pg', '0.17.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
||||||
|
|
||||||
gem 'activerecord-import', '0.6.0'
|
gem 'activerecord-import', '0.7.0'
|
||||||
gem 'foreigner', '1.6.1'
|
gem 'foreigner', '1.6.1'
|
||||||
|
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ GEM
|
||||||
activemodel (= 4.2.0)
|
activemodel (= 4.2.0)
|
||||||
activesupport (= 4.2.0)
|
activesupport (= 4.2.0)
|
||||||
arel (~> 6.0)
|
arel (~> 6.0)
|
||||||
activerecord-import (0.6.0)
|
activerecord-import (0.7.0)
|
||||||
activerecord (>= 3.0)
|
activerecord (>= 3.0)
|
||||||
activeresource (4.0.0)
|
activeresource (4.0.0)
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
|
|
@ -652,7 +652,7 @@ DEPENDENCIES
|
||||||
actionpack-action_caching
|
actionpack-action_caching
|
||||||
actionpack-page_caching
|
actionpack-page_caching
|
||||||
active_model_serializers
|
active_model_serializers
|
||||||
activerecord-import (= 0.6.0)
|
activerecord-import (= 0.7.0)
|
||||||
acts-as-taggable-on (= 3.4.2)
|
acts-as-taggable-on (= 3.4.2)
|
||||||
acts_as_api (= 0.4.2)
|
acts_as_api (= 0.4.2)
|
||||||
addressable (= 2.3.6)
|
addressable (= 2.3.6)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue