Skip to content

Commit

Permalink
[TMP] use extra env branch of kafo
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 18, 2024
1 parent 60dc5db commit 26eaed4
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', branch: 'extra-env'
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 26eaed4

Please sign in to comment.