bump activerecord-import
This commit is contained in:
parent
d9851b2368
commit
bedb7d1e22
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -56,7 +56,7 @@ end
|
|||
gem 'settingslogic', :git => 'https://github.com/binarylogic/settingslogic.git'
|
||||
# database
|
||||
|
||||
gem "activerecord-import", "0.2.9"
|
||||
gem "activerecord-import", "0.2.10"
|
||||
gem 'foreigner', '1.2.1'
|
||||
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'
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ GEM
|
|||
activesupport (= 3.2.8)
|
||||
arel (~> 3.0.2)
|
||||
tzinfo (~> 0.3.29)
|
||||
activerecord-import (0.2.9)
|
||||
activerecord-import (0.2.10)
|
||||
activerecord (~> 3.0)
|
||||
activerecord (~> 3.0)
|
||||
activeresource (3.2.8)
|
||||
|
|
@ -456,7 +456,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord-import (= 0.2.9)
|
||||
activerecord-import (= 0.2.10)
|
||||
acts-as-taggable-on (= 2.3.3)
|
||||
acts_as_api (= 0.4.1)
|
||||
addressable (= 2.3.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue