Skip to content

Commit

Permalink
Update to ruby patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
luciagirasoles committed Nov 3, 2023
1 parent c1bb31d commit a19d170
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
ruby: ['3.2.1', head]
ruby: ['3.2.2', head]
runs-on: ubuntu-20.04
services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ DEPENDENCIES
webdrivers (~> 5.2.0)

RUBY VERSION
ruby 3.2.1p31
ruby 3.2.2p53

BUNDLED WITH
2.4.5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All contributors to this repository must follow the [WNB.rb code of conduct](htt

Before you try to set up this app, make sure you have the following installed on your machine:

- Ruby (3.2.1)
- Ruby (3.2.2)
- Node (16.3.0) + Yarn
- Postgres (13.3)
- [Foreman](https://github.com/ddollar/foreman) for managing multiple servers
Expand Down

0 comments on commit a19d170

Please sign in to comment.