From 1428c09da76792055b84bf6302d60094aee3be38 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Wed, 27 Jan 2016 02:09:15 +0100 Subject: [PATCH] bump rspec --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d00d45c..a32ca3b 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ end group :development, :test do # unit tests - gem "rspec-rails", "~> 3.4.0" + gem "rspec-rails", "~> 3.4.1" # automatic test runs gem "guard-rspec", require: false diff --git a/Gemfile.lock b/Gemfile.lock index c7e232f..8bc3ecb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM rspec-mocks (~> 3.4.0) rspec-collection_matchers (1.1.2) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.4.1) + rspec-core (3.4.2) rspec-support (~> 3.4.0) rspec-expectations (3.4.0) diff-lcs (>= 1.2.0, < 2.0) @@ -212,7 +212,7 @@ GEM rspec-mocks (3.4.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.4.0) - rspec-rails (3.4.0) + rspec-rails (3.4.1) actionpack (>= 3.0, < 4.3) activesupport (>= 3.0, < 4.3) railties (>= 3.0, < 4.3) @@ -293,7 +293,7 @@ DEPENDENCIES pry-byebug pry-debundle rspec-collection_matchers (~> 1.1.2) - rspec-rails (~> 3.4.0) + rspec-rails (~> 3.4.1) rubocop (= 0.36.0) simplecov (= 0.11.1) simplecov-rcov (= 0.2.3)