From 3304eb16b702dad9599a782e359ee056c57ee4a8 Mon Sep 17 00:00:00 2001 From: ydesgagn <9338353+ydesgagn@users.noreply.github.com> Date: Mon, 21 Apr 2025 09:05:55 +0000 Subject: [PATCH] Update dependencies and soup files --- .soup.json | 8 ++++---- Gemfile.lock | 8 ++++---- docs/soup.md | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.soup.json b/.soup.json index 61aa176..ebafd16 100644 --- a/.soup.json +++ b/.soup.json @@ -74,7 +74,7 @@ "connection_pool": { "language": "Ruby", "package": "connection_pool", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "description": "Generic connection pool for Ruby", "website": "https://github.com/mperham/connection_pool", @@ -266,7 +266,7 @@ "parallel": { "language": "Ruby", "package": "parallel", - "version": "1.26.3", + "version": "1.27.0", "license": "MIT", "description": "Run any kind of code in parallel processes", "website": "https://github.com/grosser/parallel", @@ -422,7 +422,7 @@ "rubocop-rspec": { "language": "Ruby", "package": "rubocop-rspec", - "version": "3.5.0", + "version": "3.6.0", "license": "MIT", "description": "Code style checking for RSpec files.", "website": "https://github.com/rubocop/rubocop-rspec", @@ -470,7 +470,7 @@ "stringio": { "language": "Ruby", "package": "stringio", - "version": "3.1.6", + "version": "3.1.7", "license": "Ruby", "description": "Pseudo `IO` class from/to `String`.", "website": "https://github.com/ruby/stringio", diff --git a/Gemfile.lock b/Gemfile.lock index fafd5b2..a2f261e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM benchmark (0.4.0) bigdecimal (3.1.9) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.1) csv (3.3.4) date (3.4.1) drb (2.2.1) @@ -40,7 +40,7 @@ GEM bigdecimal (~> 3.1) open3 (0.2.1) optparse (0.6.0) - parallel (1.26.3) + parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) racc @@ -79,7 +79,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) - rubocop-rspec (3.5.0) + rubocop-rspec (3.6.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) rubocop-thread_safety (0.7.2) @@ -87,7 +87,7 @@ GEM rubocop (~> 1.72, >= 1.72.1) ruby-progressbar (1.13.0) securerandom (0.4.1) - stringio (3.1.6) + stringio (3.1.7) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.1.4) diff --git a/docs/soup.md b/docs/soup.md index 3641fda..2415694 100644 --- a/docs/soup.md +++ b/docs/soup.md @@ -8,7 +8,7 @@ | Ruby | benchmark | 0.4.0 | Ruby | a performance benchmarking library | | 2024-11-01 | Low | Dependency | Dependency | | Ruby | bigdecimal | 3.1.9 | Ruby | This library provides arbitrary-precision decimal floating-point number class. | | 2023-10-16 | Low | Dependency | Dependency | | Ruby | concurrent-ruby | 1.3.5 | MIT | Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. | | 2023-06-12 | Low | Dependency | Dependency | -| Ruby | connection_pool | 2.5.0 | MIT | Generic connection pool for Ruby | | 2023-10-16 | Low | Dependency | Dependency | +| Ruby | connection_pool | 2.5.1 | MIT | Generic connection pool for Ruby | | 2023-10-16 | Low | Dependency | Dependency | | Ruby | csv | 3.3.4 | Ruby | The CSV library provides a complete interface to CSV files and data | | 2024-04-29 | Low | Dependency | Dependency | | Ruby | date | 3.4.1 | Ruby | A subclass of Object includes Comparable module for handling dates. | | 2024-12-02 | Low | Dependency | Dependency | | Ruby | drb | 2.2.1 | Ruby | Distributed object system for Ruby | | 2023-10-16 | Low | Dependency | Dependency | @@ -24,7 +24,7 @@ | Ruby | multi_xml | 0.7.1 | MIT | Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML. | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | open3 | 0.2.1 | Ruby | Popen, but with stderr, too | | 2023-06-12 | Low | System calls | Most popular gem on rubygems | | Ruby | optparse | 0.6.0 | Ruby | OptionParser is a class for command-line option analysis. | | 2023-06-12 | Low | Command line argument parser | Most popular gem on rubygems | -| Ruby | parallel | 1.26.3 | MIT | Run any kind of code in parallel processes | | 2023-06-12 | Low | Dependency | Dependency | +| Ruby | parallel | 1.27.0 | MIT | Run any kind of code in parallel processes | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | parser | 3.3.8.0 | MIT | A Ruby parser written in pure Ruby. | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | prism | 1.4.0 | MIT | Prism Ruby parser | | 2025-03-31 | Low | Dependency | Dependency | | Ruby | psych | 5.2.3 | MIT | Psych is a YAML parser and emitter | | 2023-06-12 | Low | Yaml parser | Most popular gem on rubygems | @@ -37,11 +37,11 @@ | Ruby | rubocop-graphql | 1.5.5 | MIT | A collection of RuboCop cops to improve GraphQL-related code | | 2024-09-16 | Low | Ruby linter | Most popular gem | | Ruby | rubocop-minitest | 0.38.0 | MIT | Automatic Minitest code style checking tool. | | 2024-09-16 | Low | Ruby linter | Most popular gem | | Ruby | rubocop-performance | 1.25.0 | MIT | A collection of RuboCop cops to check for performance optimizations | | 2024-05-30 | Low | A collection of RuboCop cops to check for performance optimizations in Ruby code | Most popular gem | -| Ruby | rubocop-rspec | 3.5.0 | MIT | Code style checking for RSpec files. | | 2024-05-30 | Low | Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool | Most popular gem | +| Ruby | rubocop-rspec | 3.6.0 | MIT | Code style checking for RSpec files. | | 2024-05-30 | Low | Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool | Most popular gem | | Ruby | rubocop-thread_safety | 0.7.2 | MIT | Thread-safety checks via static analysis. | | 2024-09-16 | Low | Ruby linter | Most popular gem | | Ruby | ruby-progressbar | 1.13.0 | MIT | Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | securerandom | 0.4.1 | Ruby | Interface for secure random number generator. | | 2024-08-12 | Low | Dependency | Dependency | -| Ruby | stringio | 3.1.6 | Ruby | Pseudo `IO` class from/to `String`. | | 2023-06-12 | Low | Dependency | Dependency | +| Ruby | stringio | 3.1.7 | Ruby | Pseudo `IO` class from/to `String`. | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | tzinfo | 2.0.6 | MIT | TZInfo provides access to time zone data and allows times to be converted using time zone rules. | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | unicode-display_width | 3.1.4 | MIT | [Unicode 16.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, Emoji specification, and other data. | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | unicode-emoji | 4.0.4 | MIT | [Emoji 16.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode and Emoji standards | | 2024-11-26 | Low | Dependency | Dependency |