From 8ec6a68d983ae594a806ee15d1fa1ed164361ba8 Mon Sep 17 00:00:00 2001 From: Will Hopper Date: Tue, 10 Jan 2017 12:22:54 -0800 Subject: [PATCH] (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. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ac2de4a..eb72b2b 100644 --- a/Gemfile +++ b/Gemfile @@ -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