Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Ruby 2.7.8 #1708

Merged
merged 3 commits into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "14.x"
tool_ruby_version: "2.7.7"
tool_ruby_version: "2.7.8"
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,6 +17,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
ruby: [2.7.7]
ruby: [2.7.8]
node: [14.x]

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: "14.x"
tool_ruby_version: "2.7.7"
tool_ruby_version: "2.7.8"
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 @@
2.7.7
2.7.8
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 2.7.7
rbenv install 2.7.8
```

#### 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 2.7.7
* Ruby 2.7.8

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 2.7.7
rbenv install 2.7.8
```

> Note: if a build failure occurs, installing the following packages may solve
Expand Down
Loading