From 0a473c7fd35748ff3cef6884d8e54e25ed11b0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:45:24 +0000 Subject: [PATCH] Bump csv from 3.2.8 to 3.3.0 Bumps [csv](https://github.com/ruby/csv) from 3.2.8 to 3.3.0. - [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.2.8...v3.3.0) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4961291d..8e5c6e99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM bigdecimal rexml crass (1.0.6) - csv (3.2.8) + csv (3.3.0) dachsfisch (1.0.0) nokogiri (>= 1.14.1, < 2.0.0) database_cleaner (2.0.2)