From df692df00e2458eed3ef40714a39e37cd92f5c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 18:00:45 +0000 Subject: [PATCH] build(deps-dev): bump rspec-rails from 4.1.0 to 5.0.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.1.0 to 5.0.0. - [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/v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e881bb64da6..42137bb2191 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ group :test do gem 'rspec-collection_matchers' gem 'rspec-instafail' gem 'rspec-its' - gem 'rspec-rails', '~> 4.1.0' + gem 'rspec-rails', '~> 5.0.0' gem 'rspec-wait' gem 'rspec_api_documentation', '>= 6.1.0' gem 'rubocop', '~> 1.11.0' diff --git a/Gemfile.lock b/Gemfile.lock index 60306d4ab48..9feccd2206e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,10 +394,10 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (4.1.0) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) + rspec-rails (5.0.0) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) rspec-core (~> 3.10) rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) @@ -579,7 +579,7 @@ DEPENDENCIES rspec-collection_matchers rspec-instafail rspec-its - rspec-rails (~> 4.1.0) + rspec-rails (~> 5.0.0) rspec-wait rspec_api_documentation (>= 6.1.0) rubocop (~> 1.11.0)