(maint) Update to PDK 1.14.1

This commit is contained in:
David Schmitt
2019-11-27 18:31:35 +00:00
parent a57d124d7d
commit 26e9bcfc1a
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
gem 'pdk', git: 'https://github.com/puppetlabs/pdk.git', branch: 'master'
def location_for(place_or_version, fake_version = nil)
git_url_regex = %r{\A(?<url>(https?|git)[:@][^#]*)(#(?<branch>.*))?}