summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 711c5479c..31771a0a4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,6 +33,7 @@ spec = Gem::Specification.new do |spec|
spec.name = 'puppet'
spec.files = FILES.to_a
spec.version = Puppet::PUPPETVERSION
+ spec.add_dependency('facter', '>= 1.5.1')
spec.summary = 'Puppet, an automated configuration management tool'
spec.author = 'Reductive Labs'
spec.email = 'puppet@reductivelabs.com'