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

Commit 460ef00

Browse files
authored
feat: Update gcloud, nodejs, and bundler2
1 parent bc4d08a commit 460ef00

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
@@ -16,10 +16,10 @@
1616

1717
RUNTIME_PROJECT="gcp-runtimes"
1818
BUNDLER1_VERSION="1.17.3"
19-
BUNDLER2_VERSION="2.0.2"
19+
BUNDLER2_VERSION="2.1.4"
2020
DEFAULT_RUBY_VERSION="2.6.6"
21-
NODEJS_VERSION="10.16.3"
22-
GCLOUD_VERSION="261.0.0"
21+
NODEJS_VERSION="14.15.1"
22+
GCLOUD_VERSION="319.0.0"
2323
OS_NAME="ubuntu16"
2424

2525
LOCAL_PREBUILT_RUBY_VERSIONS=["2.4.10", "2.5.8", "2.6.6", "2.7.1"]

build-ruby-runtime-images.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
BASIC_RUBY_VERSION=2.6.6
2222

2323
BUNDLER1_VERSION=1.17.3
24-
BUNDLER2_VERSION=2.0.2
25-
NODEJS_VERSION=10.16.3
26-
GCLOUD_VERSION=261.0.0
24+
BUNDLER2_VERSION=2.1.4
25+
NODEJS_VERSION=14.15.1
26+
GCLOUD_VERSION=319.0.0
2727

2828

2929
set -e

0 commit comments

Comments
 (0)