We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24bcd36 + 67ceb4f commit ca6c928Copy full SHA for ca6c928
1 file changed
.github/actions/presuite.rb
@@ -135,7 +135,8 @@ def verify_facter_standalone_exits_0
135
# `documentation` group contains ronn and hpricot
136
# both gems are ancient, dead upstream, don't compile on modern rubies
137
# and are only required for building manpages
138
- run('bundle install --without development:documentation')
+ run('bundle config set --local without "development documentation"')
139
+ run('bundle install')
140
run('bundle exec facter')
141
end
142
0 commit comments