From 3571abcafda1ca58b38614bb2cca3e0865295de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:18:52 +0000 Subject: [PATCH] bundle(deps): bump the ruby-deps group across 1 directory with 4 updates Bumps the ruby-deps group with 4 updates in the / directory: [connection_pool](https://github.com/mperham/connection_pool), [csv](https://github.com/ruby/csv), [faraday](https://github.com/lostisland/faraday) and [ffi](https://github.com/ffi/ffi). Updates `connection_pool` from 2.5.0 to 2.5.1 - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](https://github.com/mperham/connection_pool/compare/v2.5.0...v2.5.1) Updates `csv` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/ruby/csv/releases) - [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md) - [Commits](https://github.com/ruby/csv/compare/v3.3.3...v3.3.4) Updates `faraday` from 2.12.2 to 2.13.0 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.12.2...v2.13.0) Updates `ffi` from 1.17.1 to 1.17.2 - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/v1.17.1...v1.17.2) --- updated-dependencies: - dependency-name: connection_pool dependency-version: 2.5.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: csv dependency-version: 3.3.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: faraday dependency-version: 2.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: ffi dependency-version: 1.17.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 31f57b0..a9ab76b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,8 +26,8 @@ GEM colorator (1.1.0) commonmarker (0.23.11) concurrent-ruby (1.3.5) - connection_pool (2.5.0) - csv (3.3.3) + connection_pool (2.5.1) + csv (3.3.4) dnsruby (1.72.4) base64 (~> 0.2.0) logger (~> 1.6.5) @@ -40,22 +40,22 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.10.0) - faraday (2.12.2) + faraday (2.13.0) faraday-net_http (>= 2.0, < 3.5) json logger faraday-net_http (3.4.0) net-http (>= 0.5.0) - ffi (1.17.1-aarch64-linux-gnu) - ffi (1.17.1-aarch64-linux-musl) - ffi (1.17.1-arm-linux-gnu) - ffi (1.17.1-arm-linux-musl) - ffi (1.17.1-arm64-darwin) - ffi (1.17.1-x86-linux-gnu) - ffi (1.17.1-x86-linux-musl) - ffi (1.17.1-x86_64-darwin) - ffi (1.17.1-x86_64-linux-gnu) - ffi (1.17.1-x86_64-linux-musl) + ffi (1.17.2-aarch64-linux-gnu) + ffi (1.17.2-aarch64-linux-musl) + ffi (1.17.2-arm-linux-gnu) + ffi (1.17.2-arm-linux-musl) + ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86-linux-gnu) + ffi (1.17.2-x86-linux-musl) + ffi (1.17.2-x86_64-darwin) + ffi (1.17.2-x86_64-linux-gnu) + ffi (1.17.2-x86_64-linux-musl) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (232)