2017-08-17 22:00:37 +05:30
|
|
|
# `Gemfile` guidelines
|
|
|
|
|
|
|
|
When adding a new entry to `Gemfile` or upgrading an existing dependency pay
|
|
|
|
attention to the following rules.
|
|
|
|
|
2019-12-04 20:38:33 +05:30
|
|
|
## No gems fetched from Git repositories
|
2017-08-17 22:00:37 +05:30
|
|
|
|
2019-12-04 20:38:33 +05:30
|
|
|
We do not allow gems that are fetched from Git repositories. All gems have
|
2017-08-17 22:00:37 +05:30
|
|
|
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.
|