From 846e941d6e763d553747b34b1a31295ef5aa695b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 04:20:58 +0000 Subject: [PATCH] Bump rspec-rails from 3.8.1 to 5.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.8.1 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/v3.8.1...v5.0.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 78 +++++++++++++++++++++++++++------------------------- 2 files changed, 41 insertions(+), 39 deletions(-) diff --git a/Gemfile b/Gemfile index 0f91633a..072cba8c 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ end group :test do gem 'rspec-activemodel-mocks' - gem 'rspec-rails', '~> 3.8' + gem 'rspec-rails', '~> 5.0' gem 'simplecov' gem 'simplecov-console' diff --git a/Gemfile.lock b/Gemfile.lock index 6a96fa97..06520718 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM autoprefixer-rails (>= 6.0.3) popper_js (>= 1.12.9, < 2) sass (>= 3.5.2) - builder (3.2.3) + builder (3.2.4) byebug (10.0.2) capybara (3.12.0) addressable @@ -77,19 +77,19 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - crass (1.0.4) + concurrent-ruby (1.1.8) + crass (1.0.6) devise (4.6.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) responders warden (~> 1.2.3) - diff-lcs (1.3) + diff-lcs (1.4.4) docile (1.3.1) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) - erubi (1.8.0) + erubi (1.10.0) execjs (2.7.0) factory_bot (4.11.1) activesupport (>= 3.0.0) @@ -105,7 +105,7 @@ GEM hirb (0.7.3) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.6.0) + i18n (1.8.9) concurrent-ruby (~> 1.0) jaro_winkler (1.5.1) jbuilder (2.8.0) @@ -116,30 +116,31 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.1.0) - loofah (2.2.3) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) marcel (0.3.3) mimemagic (~> 0.3.2) - method_source (0.9.2) + method_source (1.0.0) mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) mimemagic (0.3.3) mini_mime (1.0.1) - mini_portile2 (2.4.0) - minitest (5.11.3) + mini_portile2 (2.5.0) + minitest (5.14.4) multi_json (1.13.1) netrc (0.11.0) nio4r (2.3.1) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) - nokogiri (1.10.3-x64-mingw32) - mini_portile2 (~> 2.4.0) - nokogiri (1.10.3-x86-mingw32) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.2) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + nokogiri (1.11.2-x64-mingw32) + racc (~> 1.4) + nokogiri (1.11.2-x86-mingw32) + racc (~> 1.4) orm_adapter (0.5.0) parallel (1.12.1) parser (2.5.3.0) @@ -153,7 +154,8 @@ GEM puma (3.12.0) pundit (2.0.0) activesupport (>= 3.0.0) - rack (2.0.7) + racc (1.5.2) + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -176,8 +178,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) rails_real_favicon (0.0.11) json (>= 1.7, < 3) rails (>= 3.1) @@ -190,7 +192,7 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (12.3.2) + rake (13.0.3) rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -216,23 +218,23 @@ GEM activemodel (>= 3.0) activesupport (>= 3.0) rspec-mocks (>= 2.99, < 4.0) - rspec-core (3.8.0) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-rails (3.8.1) - 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.10.0) + 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.2) rubocop (0.61.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -275,13 +277,13 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.9) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) tzinfo-data (1.2018.7) tzinfo (>= 1.0.0) @@ -331,7 +333,7 @@ DEPENDENCIES rails-controller-testing rails_real_favicon rspec-activemodel-mocks - rspec-rails (~> 3.8) + rspec-rails (~> 5.0) rubocop sass-rails (~> 5.0) selenium-webdriver