summaryrefslogtreecommitdiff
path: root/tasks/rake/gem.rake
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/rake/gem.rake')
-rw-r--r--tasks/rake/gem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rake/gem.rake b/tasks/rake/gem.rake
index efea73882..0ec54079c 100644
--- a/tasks/rake/gem.rake
+++ b/tasks/rake/gem.rake
@@ -27,7 +27,7 @@ spec = Gem::Specification.new do |spec|
spec.files = GEM_FILES.to_a
spec.executables = EXECUTABLES.gsub(/sbin\/|bin\//, '').to_a
spec.version = Puppet::PUPPETVERSION
- spec.add_dependency('facter', '>= 1.5.1')
+ spec.add_dependency('facter', '~> 1.5')
spec.summary = 'Puppet, an automated configuration management tool'
spec.description = 'Puppet, an automated configuration management tool'
spec.author = 'Puppet Labs'