From b3e6643a8330417997c1c69b7d81fd51e140e2f4 Mon Sep 17 00:00:00 2001 From: isaiah robinson <95643215+internetisaiah@users.noreply.github.com> Date: Thu, 30 May 2024 13:17:11 -0700 Subject: [PATCH 1/4] Update docs for ruby version 3.3.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 316baa7e11b..f19c0bb291a 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ If you'd like to help improve the docs, you can: > **Note:** For a full walkthrough, see [Contributing to Braze Docs](https://www.braze.com/docs/contributing/home/). -To build the docs locally, you'll need Ruby version `3.2.2` installed. In the terminal, open `braze-docs` and check for Ruby version `3.2.2`. +To build the docs locally, you'll need Ruby version `3.3.0` installed. In the terminal, open `braze-docs` and check for Ruby version `3.3.0`. ```bash cd ~/braze-docs ruby --version ``` -If `3.2.2` is not installed, use a [supported version manager](https://www.ruby-lang.org/en/documentation/installation/#managers) to install it. For example, using [rbenv](https://github.com/rbenv/rbenv): +If `3.3.0` is not installed, use a [supported version manager](https://www.ruby-lang.org/en/documentation/installation/#managers) to install it. For example, using [rbenv](https://github.com/rbenv/rbenv): ```bash -rbenv install 3.2.2 +rbenv install 3.3.0 ``` Next, install project dependencies. From 2671edc8ed70635473b6d9c710ba7fa26fc15f65 Mon Sep 17 00:00:00 2001 From: isaiah robinson <95643215+internetisaiah@users.noreply.github.com> Date: Thu, 30 May 2024 13:18:48 -0700 Subject: [PATCH 2/4] Update home.md --- _docs/_contributing/home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_docs/_contributing/home.md b/_docs/_contributing/home.md index 3f32024e1af..1dfdbb544b2 100644 --- a/_docs/_contributing/home.md +++ b/_docs/_contributing/home.md @@ -129,17 +129,17 @@ git clone git@github.com:braze-inc/braze-docs.git ### Step 2.4: Install Ruby -To [generate a local site preview]({{site.baseurl}}/contributing/generating_a_preview/), you'll need Ruby version `3.2.2` installed. In the terminal, open `braze-docs` and check for Ruby version `3.2.2`. +To [generate a local site preview]({{site.baseurl}}/contributing/generating_a_preview/), you'll need Ruby version `3.3.0` installed. In the terminal, open `braze-docs` and check for Ruby version `3.3.0`. ```bash cd ~/braze-docs ruby --version ``` -If this version isn't installed, use a [supported version manager](https://www.ruby-lang.org/en/documentation/installation/#managers) to install Ruby version `3.2.2`. For example, using [rbenv](https://github.com/rbenv/rbenv). +If this version isn't installed, use a [supported version manager](https://www.ruby-lang.org/en/documentation/installation/#managers) to install Ruby version `3.3.0`. For example, using [rbenv](https://github.com/rbenv/rbenv). ```bash -rbenv install 3.2.2 +rbenv install 3.3.0 ``` ### Step 2.5: Install dependencies From 57ad0aed274448f22e34ce1834018613815860a6 Mon Sep 17 00:00:00 2001 From: isaiah robinson <95643215+internetisaiah@users.noreply.github.com> Date: Thu, 30 May 2024 13:20:02 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f19c0bb291a..5ea3d59c63b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cd ~/braze-docs ruby --version ``` -If `3.3.0` is not installed, use a [supported version manager](https://www.ruby-lang.org/en/documentation/installation/#managers) to install it. For example, using [rbenv](https://github.com/rbenv/rbenv): +If this version isn't installed, use a [supported version manager](https://www.ruby-lang.org/en/documentation/installation/#managers) to install it. For example, using [rbenv](https://github.com/rbenv/rbenv): ```bash rbenv install 3.3.0 From bd341c5c5e9e63e5d6685f18f4e9aac42bc804fc Mon Sep 17 00:00:00 2001 From: isaiah robinson <95643215+internetisaiah@users.noreply.github.com> Date: Thu, 30 May 2024 13:20:42 -0700 Subject: [PATCH 4/4] Update home.md --- _docs/_contributing/home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_contributing/home.md b/_docs/_contributing/home.md index 1dfdbb544b2..e10d96f992a 100644 --- a/_docs/_contributing/home.md +++ b/_docs/_contributing/home.md @@ -136,7 +136,7 @@ cd ~/braze-docs ruby --version ``` -If this version isn't installed, use a [supported version manager](https://www.ruby-lang.org/en/documentation/installation/#managers) to install Ruby version `3.3.0`. For example, using [rbenv](https://github.com/rbenv/rbenv). +If this version isn't installed, use a [supported version manager](https://www.ruby-lang.org/en/documentation/installation/#managers) to install Ruby version `3.3.0`. For example, using [rbenv](https://github.com/rbenv/rbenv): ```bash rbenv install 3.3.0