diff --git a/Gemfile b/Gemfile index 3a7639598..1153f45a6 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ end # database gem "activerecord-import", "0.2.11" -gem 'foreigner', '1.2.1' +gem 'foreigner', '1.3.0' 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' gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite' diff --git a/Gemfile.lock b/Gemfile.lock index ed04f8f2b..e2f728688 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,7 +132,7 @@ GEM font-awesome-sass-rails (3.0.2.1) railties (>= 3.1.1) sass-rails (>= 3.1.1) - foreigner (1.2.1) + foreigner (1.3.0) activerecord (>= 3.0.0) foreman (0.61.0) thor (>= 0.13.6) @@ -432,7 +432,7 @@ DEPENDENCIES fastercsv (= 1.5.5) fixture_builder (= 0.3.5) fog (= 1.9.0) - foreigner (= 1.2.1) + foreigner (= 1.3.0) foreman (= 0.61) fuubar (= 1.1.0) gon (= 4.0.2)