From bedb7d1e22bc93e11f9c074ccac096a2e05cc2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de> Date: Thu, 13 Sep 2012 18:08:13 +0200 Subject: [PATCH] bump activerecord-import --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 479e85ace0..0784348876 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 1151f2980d..24c2218e6a 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) -- GitLab