From 6ae971ea1a402a91d51d2056b5d88fd67ef9c815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 10:19:18 +0000 Subject: [PATCH] Bump rspec-rails from 3.8.2 to 5.1.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.8.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/v3.8.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 | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 81acd0fdf..36822d898 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platform: [:mri, :mingw, :x64_mingw] gem 'pry-byebug' - gem 'rspec-rails', '~> 3.8' + gem 'rspec-rails', '~> 5.1' gem 'pry-rails' gem 'webmock' gem 'spring-commands-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 7e8213839..e47888b80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM deferred_associations (0.6.5) activerecord deprecate (0.0.0) - diff-lcs (1.3) + diff-lcs (1.5.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) erubi (1.10.0) @@ -267,23 +267,23 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rexml (3.2.5) - rspec-core (3.8.0) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + 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.8.0) - rspec-mocks (3.8.0) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-rails (3.8.2) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.0) + rspec-support (~> 3.11.0) + 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) + rspec-support (~> 3.10) + rspec-support (3.11.0) rubocop (0.82.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -406,7 +406,7 @@ DEPENDENCIES ranked-model responders rest-client (> 2.0) - rspec-rails (~> 3.8) + rspec-rails (~> 5.1) rubocop sass-rails (~> 5.0) sentry-raven