Skip to content

Commit

Permalink
Update smarter_csv requirement from = 1.2.8 to = 1.10.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and michaelmior committed Mar 11, 2024
1 parent 46cc886 commit 4db11f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nose.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4db11f3

Please sign in to comment.