From 1c00e8416037a21afb62426f8b83432b10faa19a Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Fri, 13 Dec 2024 21:37:39 -0600 Subject: [PATCH] Update to Ruby 3.0.7 --- .github/workflows/code-scanning.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/single-matrix-pr.yml | 2 +- .ruby-version | 2 +- README.md | 2 +- docs/getting_started_wsl2.md | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index b93c1f9d9..24b387121 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -12,7 +12,7 @@ concurrency: env: # this version used for running various tools tool_node_version: "16.x" - tool_ruby_version: "3.0.6" + tool_ruby_version: "3.0.7" jobs: eslint: runs-on: ubuntu-latest diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ee3150d39..1e57686e3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - ruby: [3.1.6, 3.0.6] + ruby: [3.1.6, 3.0.7] node: [16.x] fail-fast: false diff --git a/.github/workflows/single-matrix-pr.yml b/.github/workflows/single-matrix-pr.yml index 5fcf59b9f..ef875178b 100644 --- a/.github/workflows/single-matrix-pr.yml +++ b/.github/workflows/single-matrix-pr.yml @@ -12,7 +12,7 @@ on: env: # this version used for running various tools tool_node_version: "16.x" - tool_ruby_version: "3.0.6" + tool_ruby_version: "3.0.7" jobs: changes: name: "Check for file changes" diff --git a/.ruby-version b/.ruby-version index 8ffc1ad64..3a8b97174 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.6 \ No newline at end of file +3.0.7 \ No newline at end of file diff --git a/README.md b/README.md index 867462771..3598decb4 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-b #### Ruby install ```bash -rbenv install 3.0.6 +rbenv install 3.0.7 ``` #### Setup project diff --git a/docs/getting_started_wsl2.md b/docs/getting_started_wsl2.md index d64e9cfb0..1cfcffd55 100644 --- a/docs/getting_started_wsl2.md +++ b/docs/getting_started_wsl2.md @@ -9,7 +9,7 @@ These include: * PostgreSQL 12 (10 probably works) * NodeJS 14 (we require 14 because we want the full internationalization built-in) -* Ruby 3.0.6 +* Ruby 3.0.7 There are a few optional tools that make working on Houdini easier: @@ -118,7 +118,7 @@ git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-b #### Ruby install ```bash -rbenv install 3.0.6 +rbenv install 3.0.7 ``` > Note: if a build failure occurs, installing the following packages may solve