diff --git a/Gemfile b/Gemfile
index 479e85ace030d31ef7115b37cc2b5692aa41260d..07843488763ff22952fbe17ce49220830c9466f3 100644
--- a/Gemfile
+++ b/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'
diff --git a/Gemfile.lock b/Gemfile.lock
index 1151f2980db262881e8492d2d4123227a31ca622..24c2218e6aa23a354142c1f57284bfc9bc4a874b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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)