Skip to content

Commit

Permalink
Merge pull request #545 from Fryguy/update_dev_versions
Browse files Browse the repository at this point in the history
Update dev versions
  • Loading branch information
bdunne authored May 7, 2024
2 parents 16d6896 + 275104a commit 917ea42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

| **Name** | **Min Version** | **Max Version** |
| ---------- | --------------- | --------------- |
| Ruby | 3.0.x | 3.0.x |
| Bundler | 2.1.4 | 2.x |
| Ruby | 3.0.1 | 3.1.x |
| Bundler | 2.2.15 | 2.x |
| NodeJS | 18.x.x | 18.x.x |
| Python | 3.9.x | |
| PostgreSQL | 13.x | 14.x |
| PostgreSQL | 13.x | 16.x |
| Java | 11.x | 19.x |
| Kafka | 3.3.1 | |

Expand Down Expand Up @@ -184,7 +184,7 @@ A Ruby version manager is *strongly* recommended. Use any one of the following:
* [rbenv](https://github.com/rbenv/rbenv) + [ruby-build](https://github.com/rbenv/ruby-build#readme)
* [rvm](http://rvm.io/)

Using the Ruby version manager, install `ruby` >= 3.0.0 and < 3.1.0 and the latest `bundler`.
Using the Ruby version manager, install Ruby and the latest `bundler` (as listed in the [Requirements Summary](#requirements-summary) above).

---

Expand Down

0 comments on commit 917ea42

Please sign in to comment.