Skip to content

Commit

Permalink
Merge pull request #370 from puppetlabs/pdksync_pdksync-pdkgemupdate
Browse files Browse the repository at this point in the history
pdksync - (maint) Override pdk gem version to master branch (PDK-1525 workaround until release)
  • Loading branch information
sanfrancrisko committed Oct 24, 2019
2 parents cc5ec33 + 2beb376 commit 5c30421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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>.*))?}
Expand Down Expand Up @@ -72,4 +73,4 @@ extra_gemfiles.each do |gemfile|
eval(File.read(gemfile), binding)
end
end
# vim: syntax=ruby
# vim: syntax=ruby

0 comments on commit 5c30421

Please sign in to comment.