Skip to content

Commit

Permalink
Try testing on recent version of RSpec. Remove Rake version constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 3, 2020
1 parent 1fc8939 commit fee015e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions td-idf-similarity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |s|

s.add_development_dependency('coveralls')
s.add_development_dependency('json', '< 2')
s.add_development_dependency('rake', '< 12')
s.add_development_dependency('rspec', '~> 2.10')
s.add_development_dependency('rake')
s.add_development_dependency('rspec', '~> 3.0')
end

0 comments on commit fee015e

Please sign in to comment.