diff --git a/Gemfile b/Gemfile index 760b29975..6ff9cd283 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 592f98918..999cbfe06 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)