]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Point pdk gem to head of master until PDK-1525 resolved pdksync_pdksync-pdkgemupdate
authorCiaran McCrisken <ciaran.mccrisken@puppet.com>
Thu, 24 Oct 2019 14:21:53 +0000 (15:21 +0100)
committerCiaran McCrisken <ciaran.mccrisken@puppet.com>
Thu, 24 Oct 2019 14:21:53 +0000 (15:21 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index 0e395e7ecbf02b49b6256e46126da8eac57527e3..177a2ca1b532b45bc7131f0c988df244bacd5be7 100644 (file)
--- 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(?<url>(https?|git)[:@][^#]*)(#(?<branch>.*))?}
@@ -70,4 +71,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