Fix builds breaking due to Rake 11

This commit is contained in:
Michael Herold 2016-12-08 17:08:36 -06:00
parent 78d9b8157b
commit de6f165503
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ scheme are considered to be bugs.
### Miscellanous
* [#387](https://github.com/intridea/hashie/pull/387): Fix builds failing due to Rake 11 having a breaking change - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
## [3.4.6] - 2016-09-16

View File

@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.files += Dir['spec/**/*.rb']
gem.test_files = Dir['spec/**/*.rb']
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rake', '< 11'
gem.add_development_dependency 'rspec', '~> 3.0'
gem.add_development_dependency 'rspec-pending_for', '~> 0.1'
end