Skip to content

Commit

Permalink
Update README.md (paketo-buildpacks#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvedurmu authored Jun 19, 2020
1 parent 1fd8bc4 commit e72c716
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

The Ruby Paketo Buildpack provides a set of collaborating buildpacks that
enable the building of a Ruby-based application. These buildpacks include:
- [MRI CNB](https://github.com/paketo-community/mri)
- [Bundler CNB](https://github.com/paketo-community/bundler)
- [Bundle Install CNB](https://github.com/paketo-community/bundle-install)
- [MRI](https://github.com/paketo-community/mri)
- [Bundler](https://github.com/paketo-community/bundler)
- [Bundle Install](https://github.com/paketo-community/bundle-install)
- [Puma](https://github.com/paketo-community/puma/)
- [Thin](https://github.com/paketo-community/thin/)
- [Unicorn](https://github.com/paketo-community/unicorn/)
- [Rackup](https://github.com/paketo-community/rackup/)

The buildpack supports building simple Ruby applications or applications which
utilize either [Bundler](https://bundler.io/) for managing their dependencies.

0 comments on commit e72c716

Please sign in to comment.