From fe20e8fc17bf8ea643dde6b205bc0d320e276636 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 05:21:36 +0000 Subject: [PATCH] Bump rspec from 3.9.0 to 3.10.0 in /spec Bumps [rspec](https://github.com/rspec/rspec) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](https://github.com/rspec/rspec/compare/v3.9.0...v3.10.0) Signed-off-by: dependabot-preview[bot] --- spec/Gemfile | 2 +- spec/Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/spec/Gemfile b/spec/Gemfile index fdb772d..1a576c5 100644 --- a/spec/Gemfile +++ b/spec/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' #For testing -gem 'rspec','3.9.0' +gem 'rspec','3.10.0' gem 'rspec-retry' gem 'poltergeist', '>= 1.18.1' gem 'capybara', '>= 3.25.0' diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index db67780..968e559 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -18,7 +18,7 @@ GEM term-ansicolor (~> 1.3) thor (>= 0.19.4, < 2.0) tins (~> 1.6) - diff-lcs (1.3) + diff-lcs (1.4.4) docile (1.3.2) json (2.3.0) mini_mime (1.0.2) @@ -34,21 +34,21 @@ GEM rack-test (1.1.0) rack (>= 1.0, < 3) regexp_parser (1.6.0) - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-core (3.9.0) - rspec-support (~> 3.9.0) - rspec-expectations (3.9.0) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) + rspec-core (3.10.0) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) + rspec-support (~> 3.10.0) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.9.0) + rspec-support (3.10.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -73,7 +73,7 @@ DEPENDENCIES capybara (>= 3.25.0) coveralls (>= 0.8.23) poltergeist (>= 1.18.1) - rspec (= 3.9.0) + rspec (= 3.10.0) rspec-retry BUNDLED WITH