Merge branch 'license-templates-and-api-12804' into 'master'
License templates when creating/editing a LICENSE file Closes #12804 See merge request !3660
Showing
... | ... | @@ -190,6 +190,9 @@ gem 'babosa', '~> 1.0.2' |
# Sanitizes SVG input | ||
gem "loofah", "~> 2.0.3" | ||
# Working with license | ||
gem 'licensee', '~> 8.0.0' | ||
# Protect against bruteforcing | ||
gem "rack-attack", '~> 4.3.1' | ||
... | ... |
doc/api/licenses.md
0 → 100644
lib/api/licenses.rb
0 → 100644
Please register or sign in to comment