From 02bb317df028892afcc363fdfe51d7e8dd40a35f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de>
Date: Sun, 24 Aug 2014 20:18:28 +0200
Subject: [PATCH] bump rspec-instafail

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

diff --git a/Gemfile b/Gemfile
index 760b29975c..6ff9cd2830 100644
--- a/Gemfile
+++ b/Gemfile
@@ -187,7 +187,7 @@ group :test do
 
   gem 'fixture_builder',   '0.3.6'
   gem 'fuubar',            '1.3.3'
-  gem 'rspec-instafail',   '0.2.4', :require => false
+  gem 'rspec-instafail',   '0.2.5', :require => false
   gem 'test_after_commit', '0.2.3'
 
   # Cucumber (integration tests)
diff --git a/Gemfile.lock b/Gemfile.lock
index 592f989184..999cbfe069 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -389,7 +389,8 @@ GEM
     rspec-core (2.14.8)
     rspec-expectations (2.14.5)
       diff-lcs (>= 1.1.3, < 2.0)
-    rspec-instafail (0.2.4)
+    rspec-instafail (0.2.5)
+      rspec
     rspec-mocks (2.14.6)
     rspec-rails (2.14.2)
       actionpack (>= 3.0)
@@ -553,7 +554,7 @@ DEPENDENCIES
   redcarpet (= 3.1.2)
   remotipart (= 1.2.1)
   roxml (= 3.1.6)
-  rspec-instafail (= 0.2.4)
+  rspec-instafail (= 0.2.5)
   rspec-rails (= 2.14.2)
   ruby-oembed (= 0.8.9)
   sass-rails (= 4.0.3)
-- 
GitLab