Closed as not planned
Description
We should not be using .unwrap()
outside of tests.
These were found by the unwrap_used
lint (which is about to be enabled across the whole repo).
libcnb.rs/examples/ruby-sample/src/layers/bundler.rs
Lines 55 to 57 in 335b351