How to create a gemfile group for a specific operating system?

I need to install some gems for development only if the developer is on a specific operating system. In my specific case, I want to create a group for Linux.

How can I create a group for this?

+4
source share
1 answer

This is already being discussed and answered here .

+3
source

All Articles