From 3490b0161976d84bd6985b362442aa12d320d68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:22:58 +0000 Subject: [PATCH] Bump csv from 3.2.9 to 3.3.5 Bumps [csv](https://github.com/ruby/csv) from 3.2.9 to 3.3.5. - [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.2.9...v3.3.5) --- updated-dependencies: - dependency-name: csv dependency-version: 3.3.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 217f23c..2e88189 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem "pagy", "~> 6.0" # Use HTTParty for HTTP requests [https://github.com/jnunemaker/httparty] gem "httparty", "~> 0.21.0" # CSV gem required by HTTParty in Ruby 3.4 -gem "csv", "~> 3.2.8" +gem "csv", "~> 3.3.5" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index c2ab53d..f56fe0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM concurrent-ruby (1.3.5) connection_pool (2.5.4) crass (1.0.6) - csv (3.2.9) + csv (3.3.5) date (3.4.1) debug (1.11.0) irb (~> 1.10) @@ -383,7 +383,7 @@ DEPENDENCIES bootsnap brakeman capybara - csv (~> 3.2.8) + csv (~> 3.3.5) debug httparty (~> 0.21.0) importmap-rails