Skip to content

Commit

Permalink
Format the barnes gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Oct 13, 2023
1 parent daf39f1 commit bb80c04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildpacks/ruby/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ impl Buildpack for RubyBuildpack {
} else {
(
section
.step("Skipping install (`gem 'barnes'` not found in Gemfile.lock)")
.step(&format!(
"Skipping install ({barnes} gem not found)",
barnes = fmt::value("barnes")
))
.end_section(),
env,
)
Expand Down

0 comments on commit bb80c04

Please sign in to comment.