We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dea688 + 94a7637 commit 1f19244Copy full SHA for 1f19244
Gemfile
@@ -1,4 +1,5 @@
1
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
2
+gem 'pdk', git: 'https://github.com/puppetlabs/pdk.git', branch: 'master'
3
4
def location_for(place_or_version, fake_version = nil)
5
git_url_regex = %r{\A(?<url>(https?|git)[:@][^#]*)(#(?<branch>.*))?}
@@ -76,4 +77,4 @@ extra_gemfiles.each do |gemfile|
76
77
eval(File.read(gemfile), binding)
78
end
79
-# vim: syntax=ruby
80
+# vim: syntax=ruby
0 commit comments