Hide 'bundle check' output

trunk
Matt Brictson 2 years ago
parent c90a10f172
commit e2f48d7957
No known key found for this signature in database
GPG Key ID: E379525AE7FB9561

@ -4,7 +4,7 @@ def setup!
within_project_root do
test "ruby -v" => ruby_version
run "gem install bundler #{bundler_ver_arg} --no-document --conservative"
run "bundle check || bundle install"
run "bundle check > /dev/null 2>&1 || bundle install"
run "yarn install" if File.exist?("yarn.lock")
run "overcommit --install" if overcommit_present?
copy "example.env", ".env.development"

Loading…
Cancel
Save