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)