Skip to content

Commit 4a267c3

Browse files
Update dependency csv to "~> 3.3", ">= 3.3.5" (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd3ca52 commit 4a267c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/template/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'nanoc', '~> 4.7'
4-
gem "csv", "~> 3.3"
4+
gem "csv", "~> 3.3", ">= 3.3.5"
55

66
gem 'scholarmarkdown'
77

bin/template/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ PLATFORMS
229229
DEPENDENCIES
230230
citeproc-ruby (>= 1.1.6)
231231
csl-styles
232-
csv (~> 3.3)
232+
csv (~> 3.3, >= 3.3.5)
233233
guard-livereload
234234
guard-nanoc (~> 2.1.11)
235235
guard-rack

0 commit comments

Comments
 (0)