Skip to content

Commit

Permalink
Merge branch 'main' into update-webpack-dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Mar 24, 2024
2 parents 05fe7a7 + cc44c9a commit e600e4c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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: "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/dependent-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
security-events: none
statuses: write
steps:
- uses: z0al/dependent-issues@v1.5.2
- uses: lowlydba/dependent-issues-redux@0.1.0
env:
# (Required) The token to use to make API calls to GitHub.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'premailer-rails', '~> 1.12' # for styling of email
gem 'money', '~> 6.16'

# Database and Events
gem 'pg', '~> 1.4'
gem 'pg', '~> 1.5'

gem 'param_validation', path: 'gems/ruby-param-validation'
gem 'qx', path: 'gems/ruby-qx'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.4.6)
pg (1.5.4)
power_assert (2.0.3)
premailer (1.18.0)
addressable
Expand Down Expand Up @@ -523,7 +523,7 @@ DEPENDENCIES
listen
money (~> 6.16)
param_validation!
pg (~> 1.4)
pg (~> 1.5)
premailer-rails (~> 1.12)
puma (~> 5.6)
qx!
Expand Down
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

0 comments on commit e600e4c

Please sign in to comment.