Skip to content

Commit

Permalink
Drop support for Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Mar 7, 2017
1 parent fae6503 commit 8ee2654
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion td-idf-similarity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|

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

0 comments on commit 8ee2654

Please sign in to comment.