From a11c02fc53e93cd205516da0930c8ecf7d66210d Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Tue, 9 Feb 2016 16:27:27 +0100 Subject: [PATCH] Bump factory_girl_rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 67035dc7f..ee16f6581 100644 --- a/Gemfile +++ b/Gemfile @@ -265,7 +265,7 @@ group :test do # General helpers - gem "factory_girl_rails", "4.5.0" + gem "factory_girl_rails", "4.6.0" gem "timecop", "0.8.0" gem "webmock", "1.22.6", require: false gem "shoulda-matchers", "3.1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 92c905a52..61dbd1a23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -201,7 +201,7 @@ GEM thor (>= 0.14, < 2.0) factory_girl (4.5.0) activesupport (>= 3.0.0) - factory_girl_rails (4.5.0) + factory_girl_rails (4.6.0) factory_girl (~> 4.5.0) railties (>= 3.0.0) faraday (0.9.2) @@ -802,7 +802,7 @@ DEPENDENCIES entypo-rails (= 2.2.3) eye (= 0.7) facebox-rails (= 0.2.0) - factory_girl_rails (= 4.5.0) + factory_girl_rails (= 4.6.0) faraday (= 0.9.2) faraday-cookie_jar (= 0.0.6) faraday_middleware (= 0.10.0)