From e5311653a83d175f9accefa6c3cad5b73455f9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 27 Feb 2013 13:28:27 +0100 Subject: [PATCH] bump foreigner --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 36bdf68f5..79794c7f3 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'mysql2', '0.3.11' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' gem 'pg', '0.14.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' gem 'activerecord-import', '0.3.1' -gem 'foreigner', '1.3.0' +gem 'foreigner', '1.4.0' # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index 482b3a5e2..57ffca53b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM font-awesome-sass-rails (3.0.2.2) railties (>= 3.1.1) sass-rails (>= 3.1.1) - foreigner (1.3.0) + foreigner (1.4.0) activerecord (>= 3.0.0) foreman (0.61.0) thor (>= 0.13.6) @@ -433,7 +433,7 @@ DEPENDENCIES faraday_middleware (= 0.9.0) fixture_builder (= 0.3.5) fog (= 1.9.0) - foreigner (= 1.3.0) + foreigner (= 1.4.0) foreman (= 0.61) fuubar (= 1.1.0) gon (= 4.0.2)