Point pdk gem to head of master until PDK-1525 resolved
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -1,4 +1,5 @@
|
|||||||
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
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)
|
def location_for(place_or_version, fake_version = nil)
|
||||||
git_url_regex = %r{\A(?<url>(https?|git)[:@][^#]*)(#(?<branch>.*))?}
|
git_url_regex = %r{\A(?<url>(https?|git)[:@][^#]*)(#(?<branch>.*))?}
|
||||||
|
|||||||
Reference in New Issue
Block a user