Skip to content

Commit

Permalink
Tighten fast-stemmer dependency to ~> 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Aug 13, 2014
1 parent 220b553 commit be95c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classifier-reborn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.markdown LICENSE]

s.add_runtime_dependency('fast-stemmer', '>= 1.0.0')
s.add_runtime_dependency('fast-stemmer', '~> 1.0')

s.add_development_dependency('rake')
s.add_development_dependency('rdoc')
Expand Down

0 comments on commit be95c7f

Please sign in to comment.