Skip to content

Commit 1f19244

Browse files
Merge pull request #265 from puppetlabs/pdksync_pdksync-pdkgemupdate
pdksync - (maint) Override pdk gem version to master branch (PDK-1525 workaround until release)
2 parents 9dea688 + 94a7637 commit 1f19244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
2+
gem 'pdk', git: 'https://github.com/puppetlabs/pdk.git', branch: 'master'
23

34
def location_for(place_or_version, fake_version = nil)
45
git_url_regex = %r{\A(?<url>(https?|git)[:@][^#]*)(#(?<branch>.*))?}
@@ -76,4 +77,4 @@ extra_gemfiles.each do |gemfile|
7677
eval(File.read(gemfile), binding)
7778
end
7879
end
79-
# vim: syntax=ruby
80+
# vim: syntax=ruby

0 commit comments

Comments
 (0)