samples/apps/ruby-bundler
dependabot[bot] 981ba81f85
Bump rack from 2.0.8 to 2.2.3 in /apps/ruby-bundler
Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 2.2.3.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.8...2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-25 07:58:28 +00:00
..
.profile Minimize output of .profile 2020-04-02 12:01:39 -05:00
.ruby-version Add ruby-bundler sample 2019-09-20 15:47:40 -05:00
Gemfile Add ruby-bundler sample 2019-09-20 15:47:40 -05:00
Gemfile.lock Bump rack from 2.0.8 to 2.2.3 in /apps/ruby-bundler 2020-06-25 07:58:28 +00:00
README.md Add documentation about extended functionality in apps 2020-04-02 12:02:39 -05:00
app.rb Add ruby-bundler sample 2019-09-20 15:47:40 -05:00

README.md

Sample Ruby app using Bundler

Extended Functionality

These are optional files that provide additional functionality.

  • .profile - A bash script that is sourced at launch time by the launcher.
  • .ruby-version - Used by the sample buildpack to configure what version of Ruby should be installed.