Skip to content

Commit 6ea1c8d

Browse files
committed
Require kafo >= 7.7
theforeman/puppet since [1] uses syntax that can only be parsed by kafo 7.7+ [2] [1] theforeman/puppet-puppet#978 [2] theforeman/kafo#391
1 parent a9f6c9e commit 6ea1c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
# We don't want to list psych since that updates the bundled version
55
gem 'rdoc', '< 6.4'
66

7-
gem 'kafo', '>= 7.6', '< 8'
7+
gem 'kafo', '>= 7.7', '< 8'
88
gem 'librarian-puppet', '>= 3.0'
99

1010
gem 'openvox', "~> #{ENV.fetch('PUPPET_VERSION', '8.0')}"

0 commit comments

Comments
 (0)