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

Commit 84420bd

Browse files
authored
Update default Ruby version to 2.6.1 (#171)
1 parent 7934a22 commit 84420bd

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
RUNTIME_PROJECT="gcp-runtimes"
1818
BUNDLER1_VERSION="1.17.3"
1919
BUNDLER2_VERSION="2.0.1"
20-
DEFAULT_RUBY_VERSION="2.3.8"
21-
NODEJS_VERSION="10.15.1"
22-
GCLOUD_VERSION="232.0.0"
20+
DEFAULT_RUBY_VERSION="2.6.1"
21+
NODEJS_VERSION="10.15.2"
22+
GCLOUD_VERSION="237.0.0"
2323
OS_NAME="ubuntu16"
2424

25-
LOCAL_PREBUILT_RUBY_VERSIONS=["2.3.8", "2.4.5", "2.5.3", "2.6.0"]
25+
LOCAL_PREBUILT_RUBY_VERSIONS=["2.4.5", "2.5.3", "2.6.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.3.8
21+
BASIC_RUBY_VERSION=2.6.1
2222

2323
BUNDLER1_VERSION=1.17.3
2424
BUNDLER2_VERSION=2.0.1
25-
NODEJS_VERSION=10.15.1
26-
GCLOUD_VERSION=232.0.0
25+
NODEJS_VERSION=10.15.2
26+
GCLOUD_VERSION=237.0.0
2727

2828

2929
set -e

ruby-pipeline/ruby-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
'--prebuilt-image=2.5.3=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.5.3:latest',
4545
'--prebuilt-image=2.6.0=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.0:latest',
4646
'--prebuilt-image=2.6.1=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.1:latest',
47-
'--default-ruby-version=2.3.8']
47+
'--default-ruby-version=2.6.1']
4848
- name: 'gcr.io/cloud-builders/docker:latest'
4949
args: ['build', '--network=cloudbuild', '-t', '$_OUTPUT_IMAGE', '.']
5050
images:

0 commit comments

Comments
 (0)