From f9ce41bae4da9afdab8c86fc946b58d4e57e5337 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu>
Date: Thu, 4 Jun 2015 10:58:01 +0200
Subject: [PATCH] bump fixture_builder

---
 Gemfile      | 2 +-
 Gemfile.lock | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Gemfile b/Gemfile
index 2f2ab01df7..989a852dc2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -250,7 +250,7 @@ end
 group :test do
   # RSpec (unit tests, some integration tests)
 
-  gem "fixture_builder",   "0.3.6"
+  gem "fixture_builder",   "0.4.1"
   gem "fuubar",            "2.0.0"
   gem "rspec-instafail",   "0.2.6", require: false
   gem "test_after_commit", "0.4.1"
diff --git a/Gemfile.lock b/Gemfile.lock
index 42e0644eca..0d965d8036 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -200,7 +200,7 @@ GEM
     ffi (1.9.8)
     fission (0.5.0)
       CFPropertyList (~> 2.2)
-    fixture_builder (0.3.6)
+    fixture_builder (0.4.1)
       activerecord (>= 2)
       activesupport (>= 2)
     fog (1.30.0)
@@ -413,7 +413,7 @@ GEM
     mime-types (2.5)
     mini_magick (4.2.3)
     mini_portile (0.6.2)
-    minitest (5.6.1)
+    minitest (5.7.0)
     mobile-fu (1.3.1)
       rack-mobile-detect
       rails
@@ -752,7 +752,7 @@ DEPENDENCIES
   faraday (= 0.9.1)
   faraday-cookie_jar (= 0.0.6)
   faraday_middleware (= 0.9.1)
-  fixture_builder (= 0.3.6)
+  fixture_builder (= 0.4.1)
   fog (= 1.30.0)
   fuubar (= 2.0.0)
   gon (= 5.2.3)
-- 
GitLab