The Ruby Paketo Buildpack provides a set of collaborating buildpacks that enable the building of a Ruby-based application. These buildpacks include:
- Bundle Install
- Bundler
- MRI
- Node Engine
- Passenger
- Puma
- Rackup
- Rails Assets
- Rake
- Thin
- Unicorn
- Yarn Install
- Yarn
The buildpack supports building simple Ruby applications or applications which
utilize Bundler for managing their dependencies. Usage
examples can be found in the
samples
repository under the ruby
directory.