gitlab-org--gitlab-foss/doc/development/gemfile.md
Marcel Amirault 9c87a3499c Update capitalization in /dev docs
Clean up capitalization in /development /gitlab-basics and
/install
2019-08-27 08:44:07 +00:00

14 lines
460 B
Markdown

# `Gemfile` guidelines
When adding a new entry to `Gemfile` or upgrading an existing dependency pay
attention to the following rules.
## No gems fetched from Git repositories
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.
## License compliance
Refer to [licensing guidelines](licensing.md) for ensuring license compliance.