Skip to content

Commit

Permalink
[DSL] Added the "test-unit" gem to the gemspec so the unit tests pass…
Browse files Browse the repository at this point in the history
… on Ruby 2.2.x

Closes #255
Closes #256
  • Loading branch information
mindreframer authored and karmi committed Dec 26, 2015
1 parent 3ffbff8 commit 255c0d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elasticsearch-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'yard'
s.add_development_dependency 'cane'
s.add_development_dependency 'pry'

if defined?(RUBY_VERSION) && RUBY_VERSION > '2.2'
s.add_development_dependency "test-unit", '~> 2'
end
end

0 comments on commit 255c0d9

Please sign in to comment.