From e064c5aa22fa3e8d8614ced253a8ce1f824e65e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:56:45 +0000 Subject: [PATCH] Bump rspec-rails from 6.0.1 to 7.0.1 in /src/supermarket/engines/fieri Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.0.1 to 7.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.0.1...v7.0.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/supermarket/engines/fieri/Gemfile | 2 +- src/supermarket/engines/fieri/Gemfile.lock | 76 +++++++++++----------- 2 files changed, 40 insertions(+), 38 deletions(-) diff --git a/src/supermarket/engines/fieri/Gemfile b/src/supermarket/engines/fieri/Gemfile index 6a45f375c1..5a6bc3fe51 100644 --- a/src/supermarket/engines/fieri/Gemfile +++ b/src/supermarket/engines/fieri/Gemfile @@ -15,7 +15,7 @@ gemspec group :development, :test do gem "chefstyle" gem "pry" - gem "rspec-rails", "~> 6.0" + gem "rspec-rails", "~> 7.0" gem "rubocop-rails", require: false gem "sqlite3" gem "webmock" diff --git a/src/supermarket/engines/fieri/Gemfile.lock b/src/supermarket/engines/fieri/Gemfile.lock index 5a34052f07..40f294cef2 100644 --- a/src/supermarket/engines/fieri/Gemfile.lock +++ b/src/supermarket/engines/fieri/Gemfile.lock @@ -82,26 +82,26 @@ GEM addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - builder (3.2.4) + builder (3.3.0) chef-utils (17.10.0) concurrent-ruby chefstyle (2.2.2) rubocop (= 1.25.1) coderay (1.1.3) - concurrent-ruby (1.2.0) + concurrent-ruby (1.3.4) connection_pool (2.2.5) cookstyle (7.32.1) rubocop (= 1.25.1) crack (0.4.5) rexml crass (1.0.6) - diff-lcs (1.5.0) + diff-lcs (1.5.1) digest (3.1.1) dotenv (2.8.1) dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - erubi (1.11.0) + erubi (1.13.0) faraday (2.3.0) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) @@ -109,17 +109,17 @@ GEM globalid (1.1.0) activesupport (>= 5.0) hashdiff (1.0.1) - i18n (1.12.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) - loofah (2.19.1) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.2) - method_source (1.0.0) + method_source (1.1.0) mini_mime (1.1.2) - minitest (5.17.0) + minitest (5.25.1) mixlib-archive (1.1.7) mixlib-log mixlib-log (3.0.9) @@ -138,9 +138,9 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.14.1-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.14.1-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -152,9 +152,9 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.0) - racc (1.6.2) - rack (2.2.6.3) - rack-test (2.0.2) + racc (1.8.1) + rack (2.2.9) + rack-test (2.1.0) rack (>= 1.3) rails (7.0.4.2) actioncable (= 7.0.4.2) @@ -170,11 +170,13 @@ GEM activesupport (= 7.0.4.2) bundler (>= 1.15.0) railties (= 7.0.4.2) - 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 (7.0.4.2) actionpack (= 7.0.4.2) activesupport (= 7.0.4.2) @@ -183,27 +185,27 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.0.6) + rake (13.2.1) redis (4.6.0) regexp_parser (2.5.0) rexml (3.2.5) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.1) + rspec-core (3.13.1) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.2) 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.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-rails (6.0.1) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) - rspec-core (~> 3.11) - rspec-expectations (~> 3.11) - rspec-mocks (~> 3.11) - rspec-support (~> 3.11) - rspec-support (3.11.1) + rspec-support (~> 3.13.0) + rspec-rails (7.0.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.1) rubocop (1.25.1) parallel (~> 1.10) parser (>= 3.1.0.0) @@ -238,7 +240,7 @@ GEM sqlite3 (1.6.1-x86_64-darwin) sqlite3 (1.6.1-x86_64-linux) strscan (3.0.3) - thor (1.2.1) + thor (1.3.2) timeout (0.3.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -250,7 +252,7 @@ GEM websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.1) + zeitwerk (2.6.18) PLATFORMS x86_64-darwin-20 @@ -263,7 +265,7 @@ DEPENDENCIES mixlib-archive (>= 0.4, < 2.0) mixlib-shellout (~> 3.2) pry - rspec-rails (~> 6.0) + rspec-rails (~> 7.0) rubocop-rails sqlite3 webmock