From 7a286275a7cb1a48eec0d2427e6883b430e057ed Mon Sep 17 00:00:00 2001 From: Kashyap Vedurmudi <37810054+kvedurmu@users.noreply.github.com> Date: Wed, 12 Aug 2020 15:58:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc7b0c8a..9ebf2089 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ enable the building of a Ruby-based application. These buildpacks include: - [Thin](https://github.com/paketo-community/thin/) - [Unicorn](https://github.com/paketo-community/unicorn/) - [Rackup](https://github.com/paketo-community/rackup/) +- [Passenger](https://github.com/paketo-community/passenger/) +- [Rake](https://github.com/paketo-community/rake) The buildpack supports building simple Ruby applications or applications which utilize either [Bundler](https://bundler.io/) for managing their dependencies.