We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137ee77 commit dab5aa0Copy full SHA for dab5aa0
CONTRIBUTING.md
@@ -18,8 +18,8 @@ Pull requests will trigger a CI job. The following two commands will be expecte
18
19
```shell
20
apt-get install ruby ruby-dev # For Debian/Ubuntu
21
-dnf install ruby ruby-devel # For Fedora
22
-yum install ruby ruby-devel # For Centos/RHEL
+dnf install ruby ruby-devel # For Fedora/newer Centos/RHEL
+yum install ruby ruby-devel # For older Centos/RHEL
23
gem install bundler
24
```
25
0 commit comments