X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=Gemfile;h=a2edc2ff6ce44dc75c9b76ea16743a6ee64a8703;hb=2037bb0097373b3d29a931c553743419f82be3ab;hp=61d5e692838fb8fa5a21b5e8e28af4c38d9a05a6;hpb=1c528887553614c224139ca7a0ae490f1a3810ef;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/Gemfile b/Gemfile index 61d5e69..a2edc2f 100644 --- a/Gemfile +++ b/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(?(https?|git)[:@][^#]*)(#(?.*))?}