From 0560cedab0dce84e0bbb082ba2b12a4e50731044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 20 Sep 2012 14:57:51 +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 3b3bbe58f..90dbfa39c 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.10" +gem "activerecord-import", "0.2.11" 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 df4642cb0..830bfc415 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM activesupport (= 3.2.8) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activerecord-import (0.2.10) + activerecord-import (0.2.11) activerecord (~> 3.0) activerecord (~> 3.0) activeresource (3.2.8) @@ -451,7 +451,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord-import (= 0.2.10) + activerecord-import (= 0.2.11) acts-as-taggable-on (= 2.3.3) acts_as_api (= 0.4.1) addressable (= 2.3.2)