Skip to content

Commit 366e8c6

Browse files
committed
Remove loading Puppet version
Previous versions of the Rakefile relied on Puppet#version as part of a packaging task. That packaging task was removed from the Rakefile in 2012 in b1648b2, so we no longer need to load the Puppet library and require puppet/version.
1 parent d4496cd commit 366e8c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Rakefile

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# frozen_string_literal: true
22

3-
# We need access to the Puppet.version method
4-
$LOAD_PATH.unshift(File.expand_path("lib"))
5-
require 'puppet/version'
6-
73
require 'open3'
84
require 'rake'
95
require 'rubygems'

0 commit comments

Comments
 (0)