Skip to content

Commit

Permalink
Merge pull request #456 from jrafanie/update_developer_setup_ruby_26_…
Browse files Browse the repository at this point in the history
…plus

Update developer setup for 2.6+ per ManageIQ/manageiq#19678.
  • Loading branch information
Fryguy committed Mar 19, 2021
2 parents 5e60f53 + 1bfba0e commit 0902c12
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 0902c12

Please sign in to comment.