Skip to content

Commit

Permalink
Depend on Rake < 12.3 if we're running on Ruby < 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed May 28, 2019
1 parent 77ae543 commit 6b519ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions websocket-driver.gemspec
Expand Up @@ -30,4 +30,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'permessage_deflate'
s.add_development_dependency 'rake-compiler'
s.add_development_dependency 'rspec'

if RUBY_VERSION < '2.0.0'
s.add_development_dependency 'rake', '< 12.3.0'
end
end

0 comments on commit 6b519ee

Please sign in to comment.