Skip to content
Closed
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
17 changes: 5 additions & 12 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ dependency_deprecation_dates:
link: https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
dependencies:
- name: bundler
version: 2.5.23
uri: https://buildpacks.cloudfoundry.org/dependencies/bundler/bundler_2.5.23_linux_noarch_any-stack_04981754.tgz
sha256: '0498175489170f3fc8ce0c8e201708849259698719046e48f24059f60fd29921'
version: 2.6.3
uri: https://buildpacks.cloudfoundry.org/dependencies/bundler/bundler_2.6.3_linux_noarch_any-stack_fefcc2f4.tgz
sha256: fefcc2f4ed69a7c45a681b0d390a2eb9367b3b1aa1a9337621e80e06d3bc2226
cf_stacks:
- cflinuxfs4
- cflinuxfs3
source: https://github.com/rubygems/rubygems/tree/master/bundlertree/v2.5.23
source_sha256: 83d52433862a6076268d51d5c879e4467365db0bf376cd89aefb1661baf18618
source: https://github.com/rubygems/rubygems/tree/master/bundlertree/v2.6.3
source_sha256: 29f9386f7b2688b2b4c5e9024058debd91ef88599f33489f62ebcc8898c8c8a3
- name: jruby
version: 9.4.8.0
uri: https://buildpacks.cloudfoundry.org/dependencies/jruby/jruby_9.4.8.0-ruby-3.1_linux_x64_cflinuxfs3_70896f95.tgz
Expand Down Expand Up @@ -130,13 +130,6 @@ dependencies:
source: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.6.tar.gz
source_sha256: d9cb65ecdf3f18669639f2638b63379ed6fbb17d93ae4e726d4eb2bf68a48370
- name: ruby
version: 3.2.6
uri: https://buildpacks.cloudfoundry.org/dependencies/ruby/ruby_3.2.6_linux_x64_cflinuxfs4_c02aed7e.tgz
sha256: c02aed7e9cc338944599a73c9f2343d2c2c044fa9bbfb3225b01c2cdd42dd204
cf_stacks:
- cflinuxfs4
source: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.6.tar.gz
source_sha256: d9cb65ecdf3f18669639f2638b63379ed6fbb17d93ae4e726d4eb2bf68a48370
version: 3.3.4
uri: https://buildpacks.cloudfoundry.org/dependencies/ruby/ruby_3.3.4_linux_x64_cflinuxfs3_5b5ba8b4.tgz
sha256: 5b5ba8b4c543ea4243091a367954d9833ec8529c01bb883d27f2f606304282a2
Expand Down
Loading