From 69508af08e78601edc43b1fcbb23c91355c29c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:52:20 +0000 Subject: [PATCH] Bump rspec-rails from 4.1.2 to 5.1.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.1.2 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/v4.1.2...v5.1.2) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index bc1b60fe..00f1548e 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ group :development, :test do gem "rake" gem "rspec-its", "~> 1.3" gem "rspec-mocks" - gem "rspec-rails", "~> 4.0" + gem "rspec-rails", "~> 5.1" gem "rspec-sidekiq", "~> 3.0", require: false gem "rubocop", "~> 1.22", ">= 1.22.1" gem "rubocop-rails", "~> 2.13", ">= 2.13.1" diff --git a/Gemfile.lock b/Gemfile.lock index 3bd5d2c7..c608b6f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -434,10 +434,10 @@ GEM rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) - rspec-rails (4.1.2) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) + rspec-rails (5.1.2) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) rspec-core (~> 3.10) rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) @@ -629,7 +629,7 @@ DEPENDENCIES rqrcode rspec-its (~> 1.3) rspec-mocks - rspec-rails (~> 4.0) + rspec-rails (~> 5.1) rspec-sidekiq (~> 3.0) rubocop (~> 1.22, >= 1.22.1) rubocop-rails (~> 2.13, >= 2.13.1)