Point pdk gem to head of master until PDK-1525 resolved
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -1,4 +1,5 @@
|
||||
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>.*))?}
|
||||
@@ -69,4 +70,4 @@ extra_gemfiles.each do |gemfile|
|
||||
eval(File.read(gemfile), binding)
|
||||
end
|
||||
end
|
||||
# vim: syntax=ruby
|
||||
# vim: syntax=ruby
|
||||
Reference in New Issue
Block a user