From 9a2a247d7a1ff8590d266828f8dcec4ad37aede9 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Sun, 24 Mar 2024 13:27:59 -0500 Subject: [PATCH] Update to Ruby 2.7.8 --- .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 6f6ad90ee..546dd43f5 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: "14.x" - tool_ruby_version: "2.7.7" + tool_ruby_version: "2.7.8" jobs: eslint: runs-on: ubuntu-latest diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c6323dc46..38e31fc9c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,6 +17,6 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - ruby: [2.7.7] + ruby: [2.7.8] node: [14.x] diff --git a/.github/workflows/single-matrix-pr.yml b/.github/workflows/single-matrix-pr.yml index 000bcbe8a..f4bbc8dae 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: "14.x" - tool_ruby_version: "2.7.7" + tool_ruby_version: "2.7.8" jobs: changes: name: "Check for file changes" diff --git a/.ruby-version b/.ruby-version index 1f7da99d4..6a81b4c83 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.7 +2.7.8 diff --git a/README.md b/README.md index cc893b960..10f451986 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 2.7.7 +rbenv install 2.7.8 ``` #### Setup project diff --git a/docs/getting_started_wsl2.md b/docs/getting_started_wsl2.md index 750b049f3..2310a32fd 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 2.7.7 +* Ruby 2.7.8 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 2.7.7 +rbenv install 2.7.8 ``` > Note: if a build failure occurs, installing the following packages may solve