Skip to content

Commit

Permalink
Merge pull request #531 from Fryguy/drop_ruby_27
Browse files Browse the repository at this point in the history
Drop Ruby 2.7 support
  • Loading branch information
jrafanie authored Oct 31, 2023
2 parents cad1f80 + 8081573 commit c9ee729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| **Name** | **Min Version** | **Max Version** |
| ---------- | --------------- | --------------- |
| Ruby | 2.7.x | 3.0.x |
| Ruby | 3.0.x | 3.0.x |
| Bundler | 2.1.4 | 2.x |
| NodeJS | 18.x.x | 18.x.x |
| Python | 3.8.x | |
Expand Down Expand Up @@ -192,7 +192,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` >= 2.7.0 and < 3.1.0 and the latest `bundler`.
Using the Ruby version manager, install `ruby` >= 3.0.0 and < 3.1.0 and the latest `bundler`.

---

Expand Down

0 comments on commit c9ee729

Please sign in to comment.