From c8851a3c30675b57eb7e1e7c4366422a1fa14a57 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:54:22 +0100 Subject: [PATCH] Update all Bundler dependencies (2024-12-04) (#47) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is your biweekly update of **all** Bundler dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ↗️ net-http (_indirect_, 0.5.0 → 0.6.0, major) · [Repo](https://github.com/ruby/net-http) · [Release](https://github.com/ruby/net-http/releases/tag/v0.6.0) · [Diff](https://github.com/ruby/net-http/compare/28a4bf9295f65eeea693419c2640ddf22c116732...6475fa68ba8483d4651b7a8e4d33f0aea2cf27db) ↗️ unicode-display_width (_indirect_, 2.6.0 → 3.1.2, major) · [Repo](https://github.com/janlelis/unicode-display_width) · [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md) · [Diff](https://github.com/janlelis/unicode-display_width/compare/4447249aaaee69714cc1c5ed6e67afa5164674fb...49f2b742ec6ca4d383b92a2e597efb2ec9943e22) ↗️ json (_indirect_, 2.8.2 → 2.9.0, minor) · [Repo](https://github.com/ruby/json) · [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) · [Diff](https://github.com/ruby/json/compare/d5e4a6e3fd10d4707a5bd0d5c1e8dcc771724ccf...20b501a31d824449148c97385eb064f6f62ba127) ✳️ rubocop (1.68.0 → 1.69.1, minor) · [Repo](https://github.com/rubocop/rubocop) · [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) · [Diff](https://github.com/rubocop/rubocop/compare/7d35ef752b62dee960fe2a3669f796158bda435c...3d95b38d1d5e8fec59d28245559d77594ea04b44) ↗️ logger (_indirect_, 1.6.1 → 1.6.2, patch) · [Repo](https://github.com/nahi/logger) ↗️ regexp_parser (_indirect_, 2.9.2 → 2.9.3, patch) · [Repo](https://github.com/ammar/regexp_parser) · [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md) · [Diff](https://github.com/ammar/regexp_parser/compare/8851030feda68223d74f502335fb254a20d77016...f23c644859d2c3e149d79a687c60b439b589fdcb) ↗️ rspec-support (_indirect_, 3.13.1 → 3.13.2, patch) · [Repo](https://github.com/rspec/rspec-support) · [Changelog](https://github.com/rspec/rspec-support/blob/main/Changelog.md) ↗️ rubocop-ast (_indirect_, 1.36.1 → 1.36.2, patch) · [Repo](https://github.com/rubocop/rubocop-ast) · [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) · [Diff](https://github.com/rubocop/rubocop-ast/compare/04ea808433279b5bc61b4252bbf53472acd9d2b1...b1bb2ac143e0c7d0e3876920426e9f6633c52e32) --- ![Depfu Status](https://depfu.com/badges/71757129bf6d5da0439404c783c91b6a/stats.svg) [Depfu](https://depfu.com) will only send you the next scheduled PR once you merge or close this one.
All Depfu comment commands
@​depfu refresh
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> --- Gemfile.lock | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e6799e..aa0d32e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,13 +44,13 @@ GEM image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - json (2.8.2) + json (2.9.0) language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.2) method_source (1.1.0) mini_magick (4.13.2) multipart-post (2.4.1) - net-http (0.5.0) + net-http (0.6.0) uri parallel (1.26.3) parser (3.3.6.0) @@ -63,7 +63,7 @@ GEM racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.2) + regexp_parser (2.9.3) rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -80,22 +80,22 @@ GEM rspec-sonarqube-formatter (1.6.2) htmlentities (~> 4.3) rspec (~> 3.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec-with_params (0.3.0) rspec (~> 3.0) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.68.0) + rubocop (1.69.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) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.36.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) @@ -119,7 +119,9 @@ GEM simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) thor (1.3.2) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (1.0.2) vcr (6.3.1) base64