From 0ec497883d21b9113b136c0b8b04aefb85967120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:50:36 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 5 updates Bumps the ruby group with 5 updates: | Package | From | To | | --- | --- | --- | | [csv](https://github.com/ruby/csv) | `3.3.3` | `3.3.4` | | [faraday](https://github.com/lostisland/faraday) | `2.12.2` | `2.13.0` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2025.0402` | `3.2025.0408` | | [parser](https://github.com/whitequark/parser) | `3.3.7.4` | `3.3.8.0` | | [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.44.0` | `1.44.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 `mime-types-data` from 3.2025.0402 to 3.2025.0408 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2025.0402...v3.2025.0408) Updates `parser` from 3.3.7.4 to 3.3.8.0 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v3.3.7.4...v3.3.8.0) Updates `rubocop-ast` from 1.44.0 to 1.44.1 - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.44.0...v1.44.1) --- updated-dependencies: - dependency-name: csv dependency-version: 3.3.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: faraday dependency-version: 2.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2025.0408 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: parser dependency-version: 3.3.8.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop-ast dependency-version: 1.44.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ada0e6f..6989c26e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM colorator (1.1.0) concurrent-ruby (1.3.5) crass (1.0.6) - csv (3.3.3) + csv (3.3.4) dry-configurable (1.3.0) dry-core (~> 1.1) zeitwerk (~> 2.6) @@ -78,7 +78,7 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - faraday (2.12.2) + faraday (2.13.0) faraday-net_http (>= 2.0, < 3.5) json logger @@ -156,7 +156,7 @@ GEM mime-types (3.6.2) logger mime-types-data (~> 3.2015) - mime-types-data (3.2025.0402) + mime-types-data (3.2025.0408) net-http (0.6.0) uri nokogiri (1.18.7-arm64-darwin) @@ -164,7 +164,7 @@ GEM nokogiri (1.18.7-x86_64-linux-gnu) racc (~> 1.4) parallel (1.26.3) - parser (3.3.7.4) + parser (3.3.8.0) ast (~> 2.4.1) racc pathutil (0.16.2) @@ -199,7 +199,7 @@ GEM rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.44.0) + rubocop-ast (1.44.1) parser (>= 3.3.7.2) prism (~> 1.4) ruby-progressbar (1.13.0)