Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit ba0058e

Browse files
authored
fix: Software updates (#199)
1 parent 21d5866 commit ba0058e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Rakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ RUNTIME_PROJECT="gcp-runtimes"
1818
BUNDLER1_VERSION="1.17.3"
1919
BUNDLER2_VERSION="2.1.4"
2020
DEFAULT_RUBY_VERSION="2.6.7"
21-
NODEJS_VERSION="14.15.1"
22-
GCLOUD_VERSION="319.0.0"
21+
NODEJS_VERSION="14.16.1"
22+
GCLOUD_VERSION="334.0.0"
2323
OS_NAME="ubuntu16"
2424

25-
LOCAL_PREBUILT_RUBY_VERSIONS=["2.4.10", "2.5.9", "2.6.7", "2.7.3", "3.0.1"]
25+
LOCAL_PREBUILT_RUBY_VERSIONS=["2.5.9", "2.6.7", "2.7.3", "3.0.1"]
2626
LOCAL_PREBUILT_RUBY_IMAGE_BASE="ruby-prebuilt-"
2727
LOCAL_PREBUILT_RUBY_IMAGE_TAG="latest"
2828
RELEASED_PREBUILT_RUBY_VERSIONS=::File.readlines("ruby-pipeline/ruby-latest.yaml")

build-ruby-runtime-images.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
# This is the Ruby version that is installed in the "basic" convenience image
1919
# and that is used to run generate-dockerfile. It is NOT the same as the Ruby
2020
# version used by the runtime by default if one is not specified by the app.
21-
BASIC_RUBY_VERSION=2.6.6
21+
BASIC_RUBY_VERSION=2.6.7
2222

2323
BUNDLER1_VERSION=1.17.3
2424
BUNDLER2_VERSION=2.1.4
25-
NODEJS_VERSION=14.15.1
26-
GCLOUD_VERSION=319.0.0
25+
NODEJS_VERSION=14.16.1
26+
GCLOUD_VERSION=334.0.0
2727

2828

2929
set -e

0 commit comments

Comments
 (0)