Skip to content

Commit

Permalink
Update Ruby to version 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvach committed Apr 9, 2024
1 parent c6f9102 commit 6a77d39
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cd src/bosh_aws_cpi

### Creating a Release

The release requires Ruby version 3.1.2 and the Ruby gem Bundler (used by the vendoring script):
The release requires Ruby version 3.2.3 and the Ruby gem Bundler (used by the vendoring script):

```
gem install bundler
Expand Down
2 changes: 1 addition & 1 deletion jobs/aws_cpi/spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ templates:
cpi_ctl.erb: bin/cpi_ctl

packages:
- aws-cpi-ruby-3.1
- aws-cpi-ruby-3.2
- bosh_aws_cpi

properties:
Expand Down
2 changes: 1 addition & 1 deletion jobs/aws_cpi/templates/cpi.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

BOSH_PACKAGES_DIR=${BOSH_PACKAGES_DIR:-/var/vcap/packages}
source ${BOSH_PACKAGES_DIR}/aws-cpi-ruby-3.1/bosh/runtime.env
source ${BOSH_PACKAGES_DIR}/aws-cpi-ruby-3.2/bosh/runtime.env
BOSH_JOBS_DIR=${BOSH_JOBS_DIR:-/var/vcap/jobs}
export HOME=~

Expand Down
2 changes: 0 additions & 2 deletions packages/aws-cpi-ruby-3.1/spec.lock

This file was deleted.

2 changes: 1 addition & 1 deletion packages/bosh_aws_cpi/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

BOSH_PACKAGES_DIR=${BOSH_PACKAGES_DIR:-/var/vcap/packages}

source ${BOSH_PACKAGES_DIR}/aws-cpi-ruby-3.1/bosh/compile.env
source ${BOSH_PACKAGES_DIR}/aws-cpi-ruby-3.2/bosh/compile.env

cp -a bosh_aws_cpi/* ${BOSH_INSTALL_TARGET}

Expand Down
2 changes: 1 addition & 1 deletion packages/bosh_aws_cpi/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: bosh_aws_cpi
dependencies:
- aws-cpi-ruby-3.1
- aws-cpi-ruby-3.2
files:
- bosh_aws_cpi/Gemfile
- bosh_aws_cpi/Gemfile.lock
Expand Down
2 changes: 1 addition & 1 deletion src/bosh_aws_cpi/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.2.3

0 comments on commit 6a77d39

Please sign in to comment.