Skip to content

Commit

Permalink
feat: Update gcloud, nodejs, and bundler2
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Nov 29, 2020
1 parent bc4d08a commit 460ef00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -16,10 +16,10 @@

RUNTIME_PROJECT="gcp-runtimes"
BUNDLER1_VERSION="1.17.3"
BUNDLER2_VERSION="2.0.2"
BUNDLER2_VERSION="2.1.4"
DEFAULT_RUBY_VERSION="2.6.6"
NODEJS_VERSION="10.16.3"
GCLOUD_VERSION="261.0.0"
NODEJS_VERSION="14.15.1"
GCLOUD_VERSION="319.0.0"
OS_NAME="ubuntu16"

LOCAL_PREBUILT_RUBY_VERSIONS=["2.4.10", "2.5.8", "2.6.6", "2.7.1"]
Expand Down
6 changes: 3 additions & 3 deletions build-ruby-runtime-images.sh
Expand Up @@ -21,9 +21,9 @@
BASIC_RUBY_VERSION=2.6.6

BUNDLER1_VERSION=1.17.3
BUNDLER2_VERSION=2.0.2
NODEJS_VERSION=10.16.3
GCLOUD_VERSION=261.0.0
BUNDLER2_VERSION=2.1.4
NODEJS_VERSION=14.15.1
GCLOUD_VERSION=319.0.0


set -e
Expand Down

0 comments on commit 460ef00

Please sign in to comment.