From 4db11f3c60dabbd42b37e33764189000e50cbb7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:31:07 +0000 Subject: [PATCH] Update smarter_csv requirement from = 1.2.8 to = 1.10.2 Updates the requirements on [smarter_csv](https://github.com/tilo/smarter_csv) to permit the latest version. - [Changelog](https://github.com/tilo/smarter_csv/blob/main/CHANGELOG.md) - [Commits](https://github.com/tilo/smarter_csv/commits) --- updated-dependencies: - dependency-name: smarter_csv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nose.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nose.gemspec b/nose.gemspec index 9c0b9406..5c7b5d5c 100644 --- a/nose.gemspec +++ b/nose.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |s| s.add_dependency 'ruby-graphviz', '~> 1.2.2', '>= 1.2.0' s.add_dependency 'ruby-mysql', '~> 2.9.14', '>= 2.9.0' # for the proxy because it's pure Ruby s.add_dependency 'sequel', '~> 5.41.0', '>= 4.46.0' - s.add_dependency 'smarter_csv', '1.2.8' + s.add_dependency 'smarter_csv', '1.10.2' # Required for Cassandra backend s.add_dependency 'cassandra-driver', '~> 3.2.3', '>= 3.1.0'