From 57f649e88ae689c5779a9c065ced7061d9f399e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 03:07:41 +0000 Subject: [PATCH] Bump rspec-rails from 4.0.2 to 5.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.2 to 5.0.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/v4.0.2...v5.0.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 5d4c572..c953116 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem "bootsnap", ">= 1.4.2", require: false group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem "byebug", platforms: [:mri, :mingw, :x64_mingw] - gem "rspec-rails", "~> 4.0" + gem "rspec-rails", "~> 5.0" end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 890513a..699a7ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM hashdiff (1.0.1) hashie (4.1.0) htmlentities (4.3.4) - i18n (1.8.7) + i18n (1.8.10) concurrent-ruby (~> 1.0) iso_country_codes (0.7.8) jbuilder (2.11.2) @@ -119,7 +119,7 @@ GEM listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.8.0) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -132,7 +132,7 @@ GEM rake mini_mime (1.0.2) mini_portile2 (2.5.3) - minitest (5.14.3) + minitest (5.14.4) msgpack (1.4.2) multi_json (1.14.1) multipart-post (2.1.1) @@ -190,18 +190,18 @@ GEM rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-mocks (3.10.1) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (4.0.2) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) + rspec-rails (5.0.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.10.1) + rspec-support (3.10.2) rubocop (1.8.1) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -253,7 +253,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) tzinfo (1.2.9) thread_safe (~> 0.1) @@ -285,7 +285,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.6) puma (~> 5.3) rails - rspec-rails (~> 4.0) + rspec-rails (~> 5.0) rubocop-rails_config sanitize shoulda-matchers