From a6e145d20c09b2b534b2d4ca14910804c07f2bdc Mon Sep 17 00:00:00 2001 From: Hailee Kenney Date: Tue, 12 Jul 2016 19:25:57 +0100 Subject: [PATCH] (maint) Tie YARD to version 0.8.7 Prior to this commit, we were not setting a specific version of YARD in the Gemfile. Since YARD has a lot of potential to break the way strings works since strings relies so much on YARD internals, we should be more deliberate about deciding to upgrade to a new YARD version. Once the kinks are worked out with the 0.9 release of YARD, we will update the Gemfile again. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 6f9004a..ea00719 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ gemspec gem 'rgen' gem 'redcarpet' +gem "yard", "~> 0.8.7" puppetversion = ENV['PUPPET_VERSION']