Skip to content

Commit

Permalink
Update developer setup for 2.6+ per ManageIQ/manageiq#19678.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Mar 19, 2021
1 parent 5e60f53 commit 1bfba0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer_setup.md
Expand Up @@ -4,7 +4,7 @@

| **Name** | **Version** |
| ---------- | ----------- |
| Ruby | 2.5.x |
| Ruby | 2.6.x |
| Rails | 6.0.x |
| Bundler | 1.15.x |
| NodeJS | 12.x.x |
Expand Down Expand Up @@ -154,7 +154,7 @@ A Ruby version manager is *strongly* recommended. Use any one of the following:
* [chruby](https://github.com/postmodern/chruby) + [ruby-install](https://github.com/postmodern/ruby-install)
* [rvm](http://rvm.io/)

Using the Ruby version manager, install `ruby` >= 2.5.0 and < 2.7.0 and the latest `bundler`.
Using the Ruby version manager, install `ruby` >= 2.6.0 and < 3.0.0 and the latest `bundler`.

---

Expand Down

0 comments on commit 1bfba0e

Please sign in to comment.