From 3ec51a581041e237786bd75002213f46df79b4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:25:55 +0000 Subject: [PATCH] Bump rspec-rails from 5.1.2 to 6.1.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.1.2 to 6.1.2. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v5.1.2...v6.1.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 72 +++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fcfb1c4..5515b66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM builder (3.2.4) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.3) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -91,7 +91,7 @@ GEM crass (1.0.6) date (3.3.3) deprecate (0.0.0) - diff-lcs (1.5.0) + diff-lcs (1.5.1) docile (1.4.0) erubi (1.12.0) factory_bot (6.2.0) @@ -109,7 +109,7 @@ GEM ffi (1.15.5) globalid (1.0.1) activesupport (>= 5.0) - i18n (1.12.0) + i18n (1.14.4) concurrent-ruby (~> 1.0) json (2.6.0) jsonapi-rspec (0.0.11) @@ -125,9 +125,9 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.1) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.8.0.1) mini_mime (>= 0.1.1) net-imap @@ -136,8 +136,8 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.1) - minitest (5.17.0) + mini_portile2 (2.8.5) + minitest (5.22.3) msgpack (1.5.1) multipart-post (2.3.0) net-imap (0.3.4) @@ -150,8 +150,8 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.7.0) - nokogiri (1.13.10) - mini_portile2 (~> 2.8.0) + nokogiri (1.16.3) + mini_portile2 (~> 2.8.2) racc (~> 1.4) panoptes-client (1.2.1) deprecate @@ -173,11 +173,11 @@ GEM activesupport (>= 3.0.0) pundit-matchers (1.7.0) rspec-rails (>= 3.0.0) - racc (1.6.2) - rack (2.2.6.4) + racc (1.7.3) + rack (2.2.8.1) rack-cors (1.1.1) rack (>= 2.0.0) - rack-test (2.0.2) + rack-test (2.1.0) rack (>= 1.3) rails (6.1.7.1) actioncable (= 6.1.7.1) @@ -194,18 +194,20 @@ GEM bundler (>= 1.15.0) railties (= 6.1.7.1) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) railties (6.1.7.1) actionpack (= 6.1.7.1) activesupport (= 6.1.7.1) method_source rake (>= 12.2) thor (~> 1.0) - rake (13.0.6) + rake (13.1.0) ransack (2.4.2) activerecord (>= 5.2.4) activesupport (>= 5.2.4) @@ -213,23 +215,23 @@ GEM rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.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) + rspec-support (~> 3.13.0) + rspec-rails (6.1.2) + actionpack (>= 6.1) + activesupport (>= 6.1) + railties (>= 6.1) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.1) rubyzip (2.3.2) sentry-raven (2.13.0) faraday (>= 0.7.6, < 1.0) @@ -252,16 +254,16 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - thor (1.2.1) + thor (1.3.1) timeout (0.3.1) tins (1.29.1) sync - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.6) + zeitwerk (2.6.13) PLATFORMS ruby