Skip to content

Commit

Permalink
Fix typo in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Oct 7, 2024
1 parent c6e542f commit 890b6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso-639.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
]
s.homepage = 'http://github.com/xwmx/iso-639'
s.require_paths = ['lib']
s.add_dependency9('csv')
s.add_dependency('csv')
s.add_development_dependency('minitest', '~> 5', '>= 0')
s.add_development_dependency('mocha', '~> 1', '>= 0')
s.add_development_dependency('rdoc', '~> 6', '>= 0')
Expand Down

0 comments on commit 890b6c8

Please sign in to comment.