(maint) Pin YARD to 0.9.5

There is currently a parsing bug in YAD 0.9.6 and above
which causes errors on certain strings with '/' characters.
We'll pin to YARD 0.9.5 until the issue is resolved on YARD's
side.

See https://github.com/lsegal/yard/issues/1054.
This commit is contained in:
Will Hopper 2017-01-10 12:22:54 -08:00
parent 2710e7a8e9
commit 8ec6a68d98
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ gemspec
gem 'rgen'
gem 'redcarpet'
gem 'yard', '~> 0.9.5'
gem 'yard', '0.9.5'
if ENV['PUPPET_GEM_VERSION']
gem 'puppet', ENV['PUPPET_GEM_VERSION'], :require => false