Skip to content

Commit

Permalink
[TMP] use kafo from git
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 21, 2024
1 parent ed6c032 commit 0447a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
# We don't want to list psych since that updates the bundled version
gem 'rdoc', '< 6.4'

gem 'kafo', '>= 7.3', '< 8'
gem 'kafo', github: 'theforeman/kafo'
gem 'librarian-puppet', '>= 3.0'
gem 'puppet', ENV.key?('PUPPET_VERSION') ? "~> #{ENV['PUPPET_VERSION']}" : '~> 7.0'
gem 'facter', '>= 3.0', '!= 4.0.52'
Expand Down

0 comments on commit 0447a0d

Please sign in to comment.