From 9c2b21d39d3678e24df5ce986d44b26724c33866 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:32:08 +0000 Subject: [PATCH] Bump rspec-rails from 3.5.2 to 4.1.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.5.2 to 4.1.0. - [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.5.2...v4.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 69 ++++++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1fe6279..256210b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM bourbon (4.3.4) sass (~> 3.4) thor (~> 0.19) - builder (3.2.3) + builder (3.2.4) capybara (2.13.0) addressable mime-types (>= 1.16) @@ -99,7 +99,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.8) connection_pool (2.2.1) coveralls (0.8.20) json (>= 1.8, < 3) @@ -107,6 +107,7 @@ GEM term-ansicolor (~> 1.3) thor (~> 0.19.4) tins (~> 1.6) + crass (1.0.6) database_cleaner (1.5.3) devise (4.2.1) bcrypt (~> 3.0) @@ -114,7 +115,7 @@ GEM railties (>= 4.1.0, < 5.1) responders warden (~> 1.2.3) - diff-lcs (1.3) + diff-lcs (1.4.4) docile (1.1.5) erubis (2.7.0) execjs (2.7.0) @@ -138,7 +139,8 @@ GEM has_scope (0.7.0) actionpack (>= 4.1, < 5.1) activesupport (>= 4.1, < 5.1) - i18n (0.8.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) inherited_resources (1.7.1) actionpack (>= 3.2, < 5.1) has_scope (~> 0.6) @@ -170,7 +172,8 @@ GEM listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - loofah (2.0.3) + loofah (2.9.0) + crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.6.4) mime-types (>= 1.16, < 4) @@ -178,13 +181,14 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) - minitest (5.10.1) + mini_portile2 (2.5.0) + minitest (5.14.4) multipart-post (2.0.0) newrelic_rpm (4.1.0.333) nio4r (2.0.0) - nokogiri (1.7.1) - mini_portile2 (~> 2.1.0) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) orm_adapter (0.5.0) parser (2.4.0.0) ast (~> 2.2) @@ -201,7 +205,8 @@ GEM pry (>= 0.10.4) public_suffix (2.0.5) puma (3.8.2) - rack (2.0.1) + racc (1.5.2) + rack (2.2.3) rack-cors (0.4.1) rack-protection (1.5.3) rack @@ -219,11 +224,11 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 5.0.2) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.2) - activesupport (>= 4.2.0, < 6.0) - nokogiri (~> 1.6) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) rails_12factor (0.0.3) rails_serve_static_assets rails_stdout_logging @@ -236,7 +241,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (2.2.1) - rake (12.0.0) + rake (13.0.3) ransack (1.8.2) actionpack (>= 3.0) activerecord (>= 3.0) @@ -251,23 +256,23 @@ GEM redis (~> 3.0, >= 3.0.4) responders (2.3.0) railties (>= 4.2.0, < 5.1) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) + 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.5.0) - rspec-mocks (3.5.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-rails (3.5.2) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) + rspec-support (~> 3.10.0) + rspec-rails (4.1.0) + actionpack (>= 4.2) + activesupport (>= 4.2) + railties (>= 4.2) + rspec-core (~> 3.10) + rspec-expectations (~> 3.10) + rspec-mocks (~> 3.10) + rspec-support (~> 3.10) + rspec-support (3.10.2) rubocop (0.48.1) parser (>= 2.3.3.1, < 3.0) powerpack (~> 0.1) @@ -315,7 +320,7 @@ GEM tins (1.13.2) tinymce-rails (4.6.4) railties (>= 3.1.1) - tzinfo (1.2.3) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.2.1) warden (1.2.7)