From 5331e6db8d82c31a87501a4b1e28e97e8ff37330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:04:28 +0000 Subject: [PATCH] Bump csv from 3.3.5 to 3.3.6 in the bundler group Bumps the bundler group with 1 update: [csv](https://github.com/ruby/csv). Updates `csv` from 3.3.5 to 3.3.6 - [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.5...v3.3.6) --- updated-dependencies: - dependency-name: csv dependency-version: 3.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index fc6a33b..902b376 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM bigdecimal (4.1.2) colorator (1.1.0) concurrent-ruby (1.3.6) - csv (3.3.5) + csv (3.3.6) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0)