From 5b681bd55e4119c8b03618c823975360125507c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 22:28:16 +0000 Subject: [PATCH] Bump rspec-rails from 3.7.2 to 5.1.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.7.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.7.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 | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index 5719b504..17698e77 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,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.5" end diff --git a/Gemfile.lock b/Gemfile.lock index 67659b9c..03bf13a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,12 +77,12 @@ GEM connection_pool (2.2.5) 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) railties (>= 3.2, < 6.0) - erubi (1.10.0) + erubi (1.11.0) factory_girl (4.9.0) activesupport (>= 3.0.0) factory_girl_rails (4.9.0) @@ -104,7 +104,7 @@ GEM activesupport (>= 5.0) hitimes (1.2.6) honeybadger (4.12.1) - i18n (1.11.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) ice_cube (0.14.0) json (2.3.0) @@ -122,7 +122,7 @@ GEM method_source (0.9.2) mini_mime (1.1.2) mini_portile2 (2.8.0) - minitest (5.16.2) + minitest (5.16.3) multipart-post (2.1.1) newrelic_rpm (4.7.1.340) nio4r (2.5.8) @@ -168,8 +168,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) railties (5.2.8.1) actionpack (= 5.2.8.1) activesupport (= 5.2.8.1) @@ -183,23 +183,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.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.1) 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.12.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.12.0) sidekiq (5.2.10) connection_pool (~> 2.2, >= 2.2.2) rack (~> 2.0) @@ -256,7 +256,7 @@ DEPENDENCIES rack-cors (~> 1.0) rails (~> 5.2) responders (~> 3.0) - rspec-rails (~> 3.6) + rspec-rails (~> 5.1) sidekiq (~> 5.2) sidetiq (~> 0.7) web-console (~> 3.7)