From bf3fdf151e4581416dee75649f433e9afbdcbad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 22:36:08 +0000 Subject: [PATCH] Bump rspec-rails from 5.0.1 to 5.1.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.0.1 to 5.1.2. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v5.0.1...v5.1.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index baf401598..bf8fa3043 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ group :test do gem "capybara-webmock", "~> 0.6.0" gem "coveralls", "~> 0.8.23", require: false gem "email_spec", "~> 2.2.0" - gem "rspec-rails", "~> 5.0" + gem "rspec-rails", "~> 5.1.2" gem "selenium-webdriver", "~> 3.142" gem "webdrivers", "~> 4.7.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 6d9ba0741..6ca0cf3c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM warden (~> 1.2.3) devise-security (0.16.0) devise (>= 4.3.0, < 5.0) - diff-lcs (1.4.4) + diff-lcs (1.5.0) docile (1.3.2) dry-configurable (0.7.0) concurrent-ruby (~> 1.0) @@ -531,15 +531,15 @@ GEM retriable (3.1.2) rexml (3.2.5) rinku (2.0.6) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-rails (5.0.1) + rspec-support (~> 3.11.0) + rspec-rails (5.1.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -547,7 +547,7 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.10.2) + rspec-support (3.11.0) rubocop (1.18.4) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -779,7 +779,7 @@ DEPENDENCIES redcarpet (~> 3.5.1) responders (~> 3.0.1) rinku (~> 2.0.6) - rspec-rails (~> 5.0) + rspec-rails (~> 5.1.2) rubocop (~> 1.18.4) rubocop-performance (~> 1.11.4) rubocop-rails (~> 2.15.2)