mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Add yard to Gemfile to remove warning on rake
This commit is contained in:
parent
e74cffa6c5
commit
4a4ae231eb
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -14,5 +14,6 @@ group :test do
|
|||
gem "rake"
|
||||
gem "contest", ">= 0.1.2"
|
||||
gem "mocha"
|
||||
gem "yard"
|
||||
gem "ruby-debug", ">= 0.10.3" if RUBY_VERSION < '1.9'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue