Skip to content

Commit

Permalink
Update to Ruby 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Aug 3, 2023
1 parent cf6df9a commit 00beb7a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .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.6"
tool_ruby_version: "2.7.7"
jobs:
npm-package-download: # this downloads and caches all of the packages. We need this run on main so PRs to main can reuse the cache
name: Download and cache any npm packages
Expand All @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
ruby: [2.7.6]
ruby: [2.7.7]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-notice-ruby-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- pull_request_target
env:
os: ubuntu-20.04
ruby: '2.7.6'
ruby: '2.7.7'
jobs:
update-NOTICE-ruby:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# License: LGPL-3.0-or-later
name: Javascript build and test
env:
ruby: '2.7.6'
ruby: '2.7.7'
on:
pull_request:
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/placeholders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
ruby: [2.7.6]
ruby: [2.7.7]
steps:
- run: 'echo "Placeholder for main_build"'
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
env:
# this version used for running various tools
tool_node_version: "14.x"
tool_ruby_version: "2.7.6"
tool_ruby_version: "2.7.7"
jobs:
changes:
name: "Check for file changes"
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
ruby: [2.7.6]
ruby: [2.7.7]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
ruby: [2.7.6]
ruby: [2.7.7]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -37,7 +37,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
ruby: [2.7.6]
ruby: [2.7.7]
steps:
- uses: actions/checkout@v3
- name: Setup PostgreSQL with PostgreSQL extensions and unprivileged user
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
2.7.7
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ These include:

- PostgreSQL 12 (10 probably works)
- NodeJS 14 (we require 14 because we want the full internationalization built-in)
- Ruby 2.7.6
- Ruby 2.7.7

There a few optional tools which make working on Houdini
easier
Expand Down Expand Up @@ -173,7 +173,7 @@ git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-b
#### Ruby install

```bash
rbenv install 2.7.6
rbenv install 2.7.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 2.7.6
* Ruby 2.7.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 2.7.6
rbenv install 2.7.7
```

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

0 comments on commit 00beb7a

Please sign in to comment.