From 92181b9882596fccf46d43aeed923491962cb629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 7 Sep 2015 10:56:03 +0200 Subject: [PATCH] bump rspec-instafail --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 13dafa0f5..6d8aa4a76 100644 --- a/Gemfile +++ b/Gemfile @@ -254,7 +254,7 @@ group :test do gem "fixture_builder", "0.4.1" gem "fuubar", "2.0.0" - gem "rspec-instafail", "0.2.6", require: false + gem "rspec-instafail", "0.4.0", require: false gem "test_after_commit", "0.4.1" # Cucumber (integration tests) diff --git a/Gemfile.lock b/Gemfile.lock index e0cc82e54..a00c83c91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -618,7 +618,7 @@ GEM rspec-expectations (3.3.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.3.0) - rspec-instafail (0.2.6) + rspec-instafail (0.4.0) rspec rspec-mocks (3.3.2) diff-lcs (>= 1.2.0, < 2.0) @@ -850,7 +850,7 @@ DEPENDENCIES remotipart (= 1.2.1) responders (= 2.1.0) roxml (= 3.1.6) - rspec-instafail (= 0.2.6) + rspec-instafail (= 0.4.0) rspec-rails (= 3.3.3) rubocop (= 0.32.1) ruby-oembed (= 0.8.14)