Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version for rubygems for latest #982

Merged
merged 1 commit into from
Sep 10, 2024
Merged
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
10 changes: 5 additions & 5 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@ dependencies:
source: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.4.tar.gz
source_sha256: fe6a30f97d54e029768f2ddf4923699c416cdbc3a6e96db3e2d5716c7db96a34
- name: rubygems
version: 3.5.16
uri: https://buildpacks.cloudfoundry.org/dependencies/rubygems/rubygems_3.5.16_linux_noarch_any-stack_e8dfe1b4.tgz
sha256: e8dfe1b4222068d55f8f94201c7442cb4e1d39db096314c7588278bfe1f71adc
version: 3.5.18
uri: https://buildpacks.cloudfoundry.org/dependencies/rubygems/rubygems_3.5.18_linux_noarch_any-stack_6e70622e.tgz
sha256: 6e70622ec047827394397959eaa26282fbbf1be1870c1ee7286621a33eb78926
cf_stacks:
- cflinuxfs4
- cflinuxfs3
source: https://rubygems.org/rubygems/rubygems-3.5.16.tgz
source_sha256: 7fd10de9e5e933321b62b8f1194256ae64703ba2541cab91ec31244a018d9012
source: https://rubygems.org/rubygems/rubygems-3.5.18.tgz
source_sha256: a99163d03286850559134448e4c666fa32513407b63f1c277e5142b75180db56
- name: yarn
version: 1.22.22
uri: https://buildpacks.cloudfoundry.org/dependencies/yarn/yarn_1.22.22_linux_noarch_any-stack_c109a3c9.tgz
Expand Down
Loading