Skip to content

Commit

Permalink
Merge pull request #1795 from wwahammy/update-to-ruby-3-0-7
Browse files Browse the repository at this point in the history
Update to Ruby 3.0.7
  • Loading branch information
wwahammy authored Dec 14, 2024
2 parents 0d94c31 + 1c00e84 commit d223313
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion .github/workflows/single-matrix-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.0.7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started_wsl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d223313

Please sign in to comment.