Skip to content

Commit

Permalink
Merge pull request #1911 from fabon-f/bundled_gem
Browse files Browse the repository at this point in the history
Add csv and nkf to gem's dependency
  • Loading branch information
kmuto authored May 29, 2024
2 parents a5acefa + e570e61 commit 2f993b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions review.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Gem::Specification.new do |gem|
gem.extra_rdoc_files = []
gem.require_paths = ['lib']

gem.add_dependency('csv')
gem.add_dependency('image_size')
gem.add_dependency('nkf')
gem.add_dependency('rexml')
gem.add_dependency('rouge')
gem.add_dependency('rubyzip')
Expand Down

0 comments on commit 2f993b3

Please sign in to comment.