From 2dd34ad40877e3087dab6a0f685dfaaa65c7fd7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:20:36 +0000 Subject: [PATCH] Bump rubocop from 1.65.1 to 1.66.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.66.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.65.1...v1.66.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 54 +++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bf19842..de3ff20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,8 +71,11 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) + bcrypt (3.1.20) bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.18.4) @@ -82,11 +85,20 @@ GEM builder (3.3.0) concurrent-ruby (1.3.4) connection_pool (2.4.1) + crack (1.0.0) + bigdecimal + rexml crass (1.0.6) date (3.3.4) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) + devise (4.9.4) + bcrypt (~> 3.0) + orm_adapter (~> 0.1) + railties (>= 4.1.0) + responders + warden (~> 1.2.3) diff-lcs (1.5.1) docile (1.4.0) drb (2.2.1) @@ -107,11 +119,16 @@ GEM zeitwerk (~> 2.6) error_highlight (0.6.0) erubi (1.13.0) + factory_bot (6.4.6) + activesupport (>= 5.0.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) + railties (>= 5.0.0) + faker (3.4.2) + i18n (>= 1.8.11, < 2) faraday (2.11.0) faraday-net_http (>= 2.0, < 3.4) logger - faraday-http-cache (2.5.1) - faraday (>= 0.8) faraday-net_http (3.3.0) net-http globalid (1.2.1) @@ -122,6 +139,7 @@ GEM mustermann-grape (~> 1.1.0) rack (>= 2) zeitwerk + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) importmap-rails (2.0.1) @@ -175,12 +193,14 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) + orm_adapter (0.5.0) parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc psych (5.1.2) stringio + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.1) @@ -230,8 +250,10 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.6) - strscan + responders (3.1.1) + actionpack (>= 5.2) + railties (>= 5.2) + rexml (3.3.7) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.1) @@ -249,18 +271,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.65.1) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.1) + rubocop-ast (1.32.2) parser (>= 3.3.1.0) rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) @@ -301,7 +322,6 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) - strscan (3.1.0) tailwindcss-rails (2.7.3-aarch64-linux) railties (>= 7.0.0) tailwindcss-rails (2.7.3-arm64-darwin) @@ -321,11 +341,19 @@ GEM unicode-display_width (2.5.0) uri (0.13.1) useragent (0.16.10) + vcr (6.3.1) + base64 + warden (1.2.9) + rack (>= 2.0.9) web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) + webmock (3.23.1) + addressable (>= 2.8.0) + crack (>= 0.3.2) + hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -342,9 +370,11 @@ DEPENDENCIES bootsnap brakeman debug + devise (~> 4.9) error_highlight (>= 0.4.0) + factory_bot_rails + faker faraday - faraday-http-cache grape (~> 2.1) importmap-rails jbuilder @@ -361,7 +391,9 @@ DEPENDENCIES tailwindcss-rails (~> 2.7) turbo-rails tzinfo-data + vcr web-console + webmock BUNDLED WITH 2.5.4