Skip to content

Commit d4975ff

Browse files
committed
(maint) Bump PDK to 2
PDK 2 has been released which now accepts Facter 4, so we can use it now.
1 parent cb37f1f commit d4975ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151

5252
group :release do
5353
gem "puppet-blacksmith", '~> 3.4', require: false
54-
gem "pdk", platforms: [:ruby]
54+
gem "pdk", *location_for(ENV['PDK_VERSION'] || '~> 2')
5555
end
5656

5757
puppet_version = ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)