Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ dependency_deprecation_dates:
name: node
date: 2025-04-30
link: https://github.com/nodejs/Release
- version_line: 3.0.x
name: ruby
date: 2024-03-31
link: https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
- version_line: 3.1.x
name: ruby
date: 2025-03-31
Expand Down Expand Up @@ -77,6 +81,14 @@ dependencies:
- cflinuxfs4
source: https://java-buildpack.cloudfoundry.org/openjdk-jdk/bionic/x86_64/openjdk-jdk-1.8.0_242-bionic.tar.gz
source_sha256: dcb9fea2fc3a9b003031874ed17aa5d5a7ebbe397b276ecc8c814633003928fe
- name: ruby
version: 3.0.7
uri: https://buildpacks.cloudfoundry.org/dependencies/ruby/ruby_3.0.7_linux_x64_cflinuxfs3_2e0d88cd.tgz
sha256: 2e0d88cddb0274142082559cf47b939a6a58ca812df8dfcd29a9a3293085a0ff
cf_stacks:
- cflinuxfs3
source: https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.7.tar.gz
source_sha256: 2a3411977f2850431136b0fab8ad53af09fb74df2ee2f4fb7f11b378fe034388
- name: ruby
version: 3.1.6
uri: https://buildpacks.cloudfoundry.org/dependencies/ruby/ruby_3.1.6_linux_x64_cflinuxfs3_ae207103.tgz
Expand Down
Loading