From c0b1e0b063a76a550b0436d1100ff05512c89118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:04:08 +0000 Subject: [PATCH] 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 f4017e2..13582e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM bigdecimal (3.1.8) colorator (1.1.0) concurrent-ruby (1.3.4) - csv (3.3.0) + csv (3.3.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0)