bump activerecord-import
This commit is contained in:
parent
d75ddbccab
commit
90b3fdda8e
2 changed files with 3 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -51,7 +51,7 @@ end
|
||||||
|
|
||||||
# database
|
# database
|
||||||
|
|
||||||
gem "activerecord-import", "0.2.11"
|
gem "activerecord-import", "0.3.1"
|
||||||
gem 'foreigner', '1.3.0'
|
gem 'foreigner', '1.3.0'
|
||||||
gem 'mysql2', '0.3.11' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
|
gem 'mysql2', '0.3.11' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
|
||||||
gem 'pg', '0.14.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
gem 'pg', '0.14.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,7 @@ GEM
|
||||||
activesupport (= 3.2.12)
|
activesupport (= 3.2.12)
|
||||||
arel (~> 3.0.2)
|
arel (~> 3.0.2)
|
||||||
tzinfo (~> 0.3.29)
|
tzinfo (~> 0.3.29)
|
||||||
activerecord-import (0.2.11)
|
activerecord-import (0.3.1)
|
||||||
activerecord (~> 3.0)
|
|
||||||
activerecord (~> 3.0)
|
activerecord (~> 3.0)
|
||||||
activeresource (3.2.12)
|
activeresource (3.2.12)
|
||||||
activemodel (= 3.2.12)
|
activemodel (= 3.2.12)
|
||||||
|
|
@ -410,7 +409,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord-import (= 0.2.11)
|
activerecord-import (= 0.3.1)
|
||||||
acts-as-taggable-on (= 2.3.3)
|
acts-as-taggable-on (= 2.3.3)
|
||||||
acts_as_api (= 0.4.1)
|
acts_as_api (= 0.4.1)
|
||||||
addressable (= 2.3.2)
|
addressable (= 2.3.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue