Skip to content

Commit

Permalink
add csv to runtime dependency list (#9522)
Browse files Browse the repository at this point in the history
Merge pull request 9522
  • Loading branch information
mmenanno committed Jan 10, 2024
1 parent 5ae029f commit 25fd87c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jekyll.gemspec
Expand Up @@ -32,6 +32,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.5.0"
s.required_rubygems_version = ">= 2.7.0"

s.add_dependency("csv", "~> 3.0")

s.add_runtime_dependency("addressable", "~> 2.4")
s.add_runtime_dependency("colorator", "~> 1.0")
s.add_runtime_dependency("em-websocket", "~> 0.5")
Expand Down

0 comments on commit 25fd87c

Please sign in to comment.