Skip to content
Draft
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ The `bump-ruby-package` task runs `bosh vendor-package` to automatically update

* `GIT_USER_EMAIL`: Required. The email that will be used to generate commits.
* `GIT_USER_NAME`: Required. The user name that will be used to generate commits.
* `PACKAGE`: Required. Specifies which package from `ruby-release` that will be vendored into your own BOSH release, e.g. the `ruby-3.2` package.
* `PACKAGE_PREFIX`: Optional. Equivalent to passing `--prefix` to `bosh vendor-package`. For example, specifying a prefix of `myrelease` will vendor in the package as `myrelease-ruby-3.2` instead of just `ruby-3.2`.
* `PACKAGE`: Required. Specifies which package from `ruby-release` that will be vendored into your own BOSH release, e.g. the `ruby-X.Y` package.
* `PACKAGE_PREFIX`: Optional. Equivalent to passing `--prefix` to `bosh vendor-package`. For example, specifying a prefix of `myrelease` will vendor in the package as `myrelease-ruby-X.Y` instead of just `ruby-X.Y`.
* `PRIVATE_YML`: Required. The contents of config/private.yml for your own BOSH release. Necessary to run `bosh vendor-package`.
* `RUBY_VERSION_PATH`: Optional. Relative path within your release to the `.ruby-version` file. When specified, the `.ruby-version` file will be updated with the exact version number (including patch) for the Ruby package.

Expand All @@ -51,7 +51,7 @@ The `bump-gems` task runs `bundle update` on each of your Gemfiles and optionall
* `GEM_DIRS`: Required. A space-separated list of directories that contain a `Gemfile` to run
* `GIT_USER_EMAIL`: Required. The email that will be used to generate commits.
* `GIT_USER_NAME`: Required. The user name that will be used to generate commits.
* `PACKAGE`: Required. The package you are using in your own BOSH release (e.g. `ruby-3.2`). This ensures that the correct version of bundler will be used to make the updates, preventing issues where the version of bundler in your Gemfile.lock does not get out-of-sync with the version used.
* `PACKAGE`: Required. The package you are using in your own BOSH release (e.g. `ruby-X.Y`). This ensures that the correct version of bundler will be used to make the updates, preventing issues where the version of bundler in your Gemfile.lock does not get out-of-sync with the version used.
* `VENDOR`: Optional. Boolean value that specifies you want to run `bundle cache` to vendor in the gems into your repository. Defaults to `false`.
* `VENDOR_PATH`: Optional. String value that specifies the BUNDLE_CACHE_PATH environment variable to use when vendoring gems. Default to `vendor/package`.

Expand Down
5 changes: 0 additions & 5 deletions ci/versions.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#@data/values
---
rubies:
- version: "3.2"
rubygems: "3.4"
libyaml: "0.2"
stemcell: ubuntu-noble
- version: "3.3"
rubygems: "3.5"
libyaml: "0.2"
Expand All @@ -19,7 +15,6 @@ rubies:
stemcell: ubuntu-noble

rubygems:
- version: "3.4"
- version: "3.5"
- version: "3.6"
- version: "4.0"
Expand Down
8 changes: 0 additions & 8 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
ruby-3.2.10.tar.gz:
size: 19983731
object_id: e945b71a-ff17-443b-7fdc-965444913d5c
sha: sha256:880acb05e08da8c559c56a13e512bae1b472da67c72ebb750c765f9c2134e689
ruby-3.3.10.tar.gz:
size: 22233705
object_id: 1050e99b-4513-42fa-6302-a4f6f28979fa
Expand All @@ -10,10 +6,6 @@ ruby-3.4.9.tar.gz:
size: 22456968
object_id: d31c3384-0b71-4cb5-4e9f-65d521e6b35c
sha: sha256:7bb4d4f5e807cc27251d14d9d6086d182c5b25875191e44ab15b709cd7a7dd9c
rubygems-3.4.22.tgz:
size: 1342799
object_id: f6b8386f-865a-4a11-5bda-acda3d03eb21
sha: sha256:803fa77776d11d3d1bb563826616c811124425e0331ad1fd983c4144046a6156
rubygems-3.5.23.tgz:
size: 960343
object_id: 453d8361-b53c-429f-5361-7d85e118d891
Expand Down
Empty file removed jobs/ruby-3.2-test/monit
Empty file.
11 changes: 0 additions & 11 deletions jobs/ruby-3.2-test/spec

This file was deleted.

34 changes: 0 additions & 34 deletions jobs/ruby-3.2-test/templates/run

This file was deleted.

19 changes: 0 additions & 19 deletions packages/ruby-3.2-test/packaging

This file was deleted.

8 changes: 0 additions & 8 deletions packages/ruby-3.2-test/spec

This file was deleted.

95 changes: 0 additions & 95 deletions packages/ruby-3.2/packaging

This file was deleted.

14 changes: 0 additions & 14 deletions packages/ruby-3.2/spec

This file was deleted.

1 change: 0 additions & 1 deletion packages/ruby-3.2/version

This file was deleted.

45 changes: 0 additions & 45 deletions src/compile-3.2.env

This file was deleted.

2 changes: 0 additions & 2 deletions src/runtime-3.2.env

This file was deleted.