Skip to content

Commit

Permalink
Upgrade to Ruby 2.7.6 to fix CVE-2022-28739
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Apr 14, 2022
1 parent 0995c95 commit b8e638a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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.5'
ruby: '2.7.6'
on:
pull_request:
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notice_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
types: [opened, reopened, synchronize]
env:
os: ubuntu-20.04
ruby: '2.7.5'
ruby: '2.7.6'
jobs:
notice_ruby:
runs-on: ubuntu-20.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/placeholders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
ruby: [2.7.5]
ruby: [2.7.6]
steps:
- run: 'echo "Placeholder for main_build"'
rubocop:
Expand All @@ -51,6 +51,6 @@ jobs:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
ruby: [2.7.5]
ruby: [2.7.6]
steps:
- run: 'echo "Placeholder for rubocop"'
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
ruby: [2.7.5]
ruby: [2.7.6]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -38,7 +38,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
ruby: [2.7.5]
ruby: [2.7.6]
steps:
- uses: actions/checkout@v2
- name: Setup PostgreSQL with PostgreSQL extensions and unprivileged user
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
ruby: [2.7.5]
ruby: [2.7.6]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
2.7.6
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ These include:

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

There a few optional tools which make working on Houdini
easier
Expand Down Expand Up @@ -116,7 +116,7 @@ curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
curl -sSL https://get.rvm.io | bash -s stable
source $HOME/.rvm/scripts/rvm
echo 'source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
rvm install 2.7.5 --disable-binary --with-jemalloc
rvm install 2.7.6 --disable-binary --with-jemalloc
```

Run the following command as the `postgres` user and then enter your houdini_user
Expand Down

0 comments on commit b8e638a

Please sign in to comment.