From f4bf54b9d371cc224f49db12873fca97cd2c7bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:49:15 +0100 Subject: [PATCH] Bump csv from 3.3.1 to 3.3.2 (#1682) Bumps [csv](https://github.com/ruby/csv) from 3.3.1 to 3.3.2. - [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.1...v3.3.2) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6ed2e80b..77766193 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :development, :production do gem 'google-api-client' gem 'googleauth' - gem 'csv', '~> 3.3.1' + gem 'csv', '~> 3.3.2' end group :production do diff --git a/Gemfile.lock b/Gemfile.lock index 9dd9130b..d642ce44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) - csv (3.3.1) + csv (3.3.2) date (3.4.1) declarative (0.0.20) devise (4.9.4) @@ -506,7 +506,7 @@ DEPENDENCIES byebug capybara (~> 3.39) colorize - csv (~> 3.3.1) + csv (~> 3.3.2) devise (~> 4.9.4) devise_token_auth (~> 1.2.4) google-api-client