diff --git a/buildpacks/ruby/src/main.rs b/buildpacks/ruby/src/main.rs index 5f29d484..62e42c29 100644 --- a/buildpacks/ruby/src/main.rs +++ b/buildpacks/ruby/src/main.rs @@ -108,7 +108,6 @@ impl Buildpack for RubyBuildpack { } #[allow(clippy::too_many_lines)] - #[allow(deprecated)] fn build(&self, context: BuildContext) -> libcnb::Result { let mut build_output = Print::new(stdout()).h2("Heroku Ruby Buildpack");