From 04f2f0741a19f2344544b750aba1b512b601bcb0 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Thu, 12 May 2016 02:14:57 +0200 Subject: [PATCH] Bump rspec-instafail --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3e51f4080..efaa30288 100644 --- a/Gemfile +++ b/Gemfile @@ -256,7 +256,7 @@ group :test do gem "fixture_builder", "0.4.1" gem "fuubar", "2.0.0" - gem "rspec-instafail", "0.4.0", require: false + gem "rspec-instafail", "0.5.0", require: false gem "test_after_commit", "0.4.2" # Cucumber (integration tests) diff --git a/Gemfile.lock b/Gemfile.lock index d365bd131..f3d1794ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -656,12 +656,12 @@ GEM rspec-core (~> 3.4.0) rspec-expectations (~> 3.4.0) rspec-mocks (~> 3.4.0) - rspec-core (3.4.2) + rspec-core (3.4.4) rspec-support (~> 3.4.0) rspec-expectations (3.4.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.4.0) - rspec-instafail (0.4.0) + rspec-instafail (0.5.0) rspec rspec-mocks (3.4.1) diff-lcs (>= 1.2.0, < 2.0) @@ -900,7 +900,7 @@ DEPENDENCIES remotipart (= 1.2.1) responders (= 2.2.0) roxml (= 3.1.6) - rspec-instafail (= 0.4.0) + rspec-instafail (= 0.5.0) rspec-rails (= 3.4.2) rubocop (= 0.35.1) ruby-oembed (= 0.9.0)