Skip to content

Commit

Permalink
Merge pull request #69 from y-yagi/fix-dependency
Browse files Browse the repository at this point in the history
Add `nkf` as a dependency
  • Loading branch information
jiikko authored Jun 3, 2024
2 parents 478c4ec + aa54386 commit fb0abb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gmo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency "rack"
gem.add_runtime_dependency "multi_json"
gem.add_runtime_dependency "nkf"
gem.add_development_dependency "rspec", "~> 3"
gem.add_development_dependency "rake"
gem.add_development_dependency "vcr"
Expand Down

0 comments on commit fb0abb5

Please sign in to comment.