Skip to content

Commit

Permalink
Pin rdoc to < 6.4
Browse files Browse the repository at this point in the history
rdoc 6.4 pulls in psych 4 and Puppet is incompatible with that. We
don't want to list psych since that updates the bundled version
  • Loading branch information
ekohl committed Jan 7, 2022
1 parent 29ab1ab commit 72c2858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
@@ -1,5 +1,9 @@
source 'https://rubygems.org'

# rdoc 6.4 pulls in psych 4 and Puppet is incompatible with that.
# We don't want to list psych since that updates the bundled version
gem 'rdoc', '< 6.4'

gem 'kafo', '~> 6.4'
gem 'librarian-puppet', '>= 3.0'
gem 'puppet', ENV.key?('PUPPET_VERSION') ? "~> #{ENV['PUPPET_VERSION']}" : '~> 7.0'
Expand Down

0 comments on commit 72c2858

Please sign in to comment.