samples/apps/ruby-bundler
dependabot[bot] 0dc29a5d2f
Bump rack from 2.2.6.4 to 2.2.8.1 in /apps/ruby-bundler
Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.8.1.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v2.2.6.4...v2.2.8.1)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-29 01:24:03 +00:00
..
.profile Minimize output of .profile 2020-04-02 12:01:39 -05:00
.ruby-version fixup! Bump ruby distribution in sample buildpack 2022-12-24 14:44:36 +00:00
Gemfile Add ruby-bundler sample 2019-09-20 15:47:40 -05:00
Gemfile.lock Bump rack from 2.2.6.4 to 2.2.8.1 in /apps/ruby-bundler 2024-02-29 01:24:03 +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.