From: Ciaran McCrisken Date: Thu, 24 Oct 2019 14:21:51 +0000 (+0100) Subject: Point pdk gem to head of master until PDK-1525 resolved X-Git-Tag: v7.2.0~2^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=680a43f5321442dbda24a39484252431d926ca81;p=puppet-modules%2Fpuppetlabs-apt.git Point pdk gem to head of master until PDK-1525 resolved --- diff --git a/Gemfile b/Gemfile index 61d5e69..97ba33d 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)[:@][^#]*)(#(?.*))?} @@ -71,4 +72,4 @@ extra_gemfiles.each do |gemfile| eval(File.read(gemfile), binding) end end -# vim: syntax=ruby +# vim: syntax=ruby \ No newline at end of file