Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-13 16:56:37 +0300
committerRémy Coutable <remy@rymai.me>2016-04-18 15:47:50 +0300
commit2f18c77e1b0e3b6f3d668c3cb1814d4675641a75 (patch)
tree375a7e268cd000dabbdae555f137c280b80e7bf0 /Gemfile
parent0aaaae9d0536c5637662f6c72a6612ec13f0342f (diff)
Update to licensee 8.0.0 and fix API specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ca4157cf47d..3c9a5ba9559 100644
--- a/Gemfile
+++ b/Gemfile
@@ -191,7 +191,7 @@ gem 'babosa', '~> 1.0.2'
gem "loofah", "~> 2.0.3"
# Working with license
-gem 'licensee', "~> 7.0.0"
+gem 'licensee', '~> 8.0.0'
# Protect against bruteforcing
gem "rack-attack", '~> 4.3.1'