summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAnton Davydov <antondavydov.o@gmail.com>2016-03-01 15:36:50 +0300
committerRémy Coutable <remy@rymai.me>2016-04-18 14:47:50 +0200
commit073c3d15c71a0f877b62c7d3d7417a9721da1dba (patch)
tree83dd1a990857e54ebd91f6ef3f6494e51cdd0f47 /Gemfile
parent06952aaf24633550f57fd54b70d27732509935c2 (diff)
downloadgitlab-ce-073c3d15c71a0f877b62c7d3d7417a9721da1dba.tar.gz
Initial implementation if license template selector and /licenses/:key API endpoint
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 199ef65d922..ca4157cf47d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -190,6 +190,9 @@ gem 'babosa', '~> 1.0.2'
# Sanitizes SVG input
gem "loofah", "~> 2.0.3"
+# Working with license
+gem 'licensee', "~> 7.0.0"
+
# Protect against bruteforcing
gem "rack-attack", '~> 4.3.1'