From ff16f3465367976fe1ff65e2e136f58ee0e26e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 12:01:45 +0000 Subject: [PATCH] Bump csv from 3.1.9 to 3.2.0 Bumps [csv](https://github.com/ruby/csv) from 3.1.9 to 3.2.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.1.9...v3.2.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 0544549b..40f07935 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1195,7 +1195,7 @@ GEM concurrent-ruby (1.1.9) connection_pool (2.2.3) crass (1.0.6) - csv (3.1.9) + csv (3.2.0) d3-rails (5.9.2) railties (>= 3.1) database_cleaner (2.0.1)