Gemfile
guidelinesWhen adding a new entry to Gemfile
or upgrading an existing dependency pay attention to the following rules.
We do not allow gems that are fetched from git repositories. All gems have to be available in the RubyGems index. We want to minimize external build dependencies and build times.
Refer to licensing guidelines for ensuring license compliance.