Skip to content

Commit 67ceb4f

Browse files
committed
Remove --without from bundler call
This parameter got removed in a recent release.
1 parent 11ead43 commit 67ceb4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/presuite.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ def verify_facter_standalone_exits_0
135135
# `documentation` group contains ronn and hpricot
136136
# both gems are ancient, dead upstream, don't compile on modern rubies
137137
# and are only required for building manpages
138-
run('bundle install --without development:documentation')
138+
run('bundle config set --local without "development documentation"')
139+
run('bundle install')
139140
run('bundle exec facter')
140141
end
141142
end

0 commit comments

Comments
 (0)