From f368e1d61f97f375ac2b8c1aeafbc2eb1f778c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:58:04 +0000 Subject: [PATCH] chore(deps): bump csv from 3.3.0 to 3.3.1 Bumps [csv](https://github.com/ruby/csv) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/ruby/csv/releases) - [Changelog](https://github.com/ruby/csv/blob/master/NEWS.md) - [Commits](https://github.com/ruby/csv/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae53445..91b09d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM fiber-annotation fiber-local (~> 1.1) json - csv (3.3.0) + csv (3.3.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0)