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:51 +0000 (15:21 +0100)
committerCiaran McCrisken <ciaran.mccrisken@puppet.com>
Thu, 24 Oct 2019 14:21:51 +0000 (15:21 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index 61d5e692838fb8fa5a21b5e8e28af4c38d9a05a6..97ba33d495b979dd0ccb95ee6c0d860cf853c3f3 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>.*))?}
@@ -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