From 44f08bcf38f871a817e927a194a22cde404c1c93 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Tue, 23 Feb 2016 01:57:35 +0100 Subject: [PATCH] bump rspec-core --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a0189f2..1ebc265 100644 --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,7 @@ end group :development, :test do # unit tests + gem "rspec-core", "~> 3.4.3" gem "rspec-rails", "~> 3.4.1" # automatic test runs diff --git a/Gemfile.lock b/Gemfile.lock index a7a706e..dd3a0a1 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.2) + rspec-core (3.4.3) rspec-support (~> 3.4.0) rspec-expectations (3.4.0) diff-lcs (>= 1.2.0, < 2.0) @@ -295,6 +295,7 @@ DEPENDENCIES pry-byebug pry-debundle rspec-collection_matchers (~> 1.1.2) + rspec-core (~> 3.4.3) rspec-rails (~> 3.4.1) rubocop (= 0.37.2) simplecov (= 0.11.2)