From c79b8624906205ce849bd5eb91185af5770126f6 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Tue, 18 Oct 2016 11:07:29 +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 14381f782..4041f02e4 100644 --- a/Gemfile +++ b/Gemfile @@ -294,7 +294,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", "3.5.1" + gem "rspec-rails", "3.5.2" # Cucumber (integration tests) gem "cucumber-rails", "1.4.5", require: false diff --git a/Gemfile.lock b/Gemfile.lock index d5c19cd4a..c51986c53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -743,7 +743,7 @@ GEM rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) - rspec-rails (3.5.1) + rspec-rails (3.5.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -1022,7 +1022,7 @@ DEPENDENCIES rb-inotify (= 0.9.7) redcarpet (= 3.3.4) responders (= 2.3.0) - rspec-rails (= 3.5.1) + rspec-rails (= 3.5.2) rubocop (= 0.40.0) ruby-oembed (= 0.10.1) rubyzip (= 1.2.0)