From bc9eaed3829ad0c067ef888ce137a3ca7e919474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 1 Jun 2014 13:44:27 +0200 Subject: [PATCH] bump rspec-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2a5694fb6..a89e8d5bd 100644 --- a/Gemfile +++ b/Gemfile @@ -207,7 +207,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", '2.14.1' + gem "rspec-rails", '2.14.2' # Cucumber (integration tests) gem 'cucumber-rails', '1.4.1', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 8a5b2ee17..10a578271 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ GEM diff-lcs (>= 1.1.3, < 2.0) rspec-instafail (0.2.4) rspec-mocks (2.14.6) - rspec-rails (2.14.1) + rspec-rails (2.14.2) actionpack (>= 3.0) activemodel (>= 3.0) activesupport (>= 3.0) @@ -534,7 +534,7 @@ DEPENDENCIES remotipart (= 1.2.1) roxml (= 3.1.6) rspec-instafail (= 0.2.4) - rspec-rails (= 2.14.1) + rspec-rails (= 2.14.2) ruby-oembed (= 0.8.9) sass-rails (= 3.2.6) selenium-webdriver (= 2.39.0)