From 76e248016dcfa911dc9c58d66205ce5f38b80a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 17:49:09 +0000 Subject: [PATCH] Bump rspec-rails from 3.7.2 to 5.1.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.7.2 to 5.1.1. - [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/v3.7.2...v5.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 1af0f636..a6338ae1 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'dotenv-rails', "~> 2.6" group :development, :test do gem 'byebug', "~> 10.0" gem 'pry-byebug', "~> 3.6" - gem 'rspec-rails', "~> 3.6" + gem 'rspec-rails', "~> 5.1" gem 'pry-rails', "~> 0.3" gem 'faraday-detailed_logger', "~> 2.1" end diff --git a/Gemfile.lock b/Gemfile.lock index 326a2323..22f3c534 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM connection_pool (2.2.2) crass (1.0.6) database_cleaner (1.7.0) - diff-lcs (1.3) + diff-lcs (1.5.0) dotenv (2.6.0) dotenv-rails (2.6.0) dotenv (= 2.6.0) @@ -184,23 +184,23 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rspec-core (3.7.1) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.0) + 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.7.0) - rspec-mocks (3.7.0) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-rails (3.7.2) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.0) + rspec-support (~> 3.11.0) + rspec-rails (5.1.1) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) + rspec-core (~> 3.10) + rspec-expectations (~> 3.10) + rspec-mocks (~> 3.10) + rspec-support (~> 3.10) + rspec-support (3.11.0) sidekiq (5.2.5) connection_pool (~> 2.2, >= 2.2.2) rack (>= 1.5.0) @@ -263,7 +263,7 @@ DEPENDENCIES rack-cors (~> 1.0) rails (~> 5.2.6) responders (~> 3.0) - rspec-rails (~> 3.6) + rspec-rails (~> 5.1) sidekiq (~> 5.2) sidetiq (~> 0.7) sinatra (~> 2.0)