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:
authorDouwe Maan <douwe@gitlab.com>2018-03-21 14:56:36 +0300
committerDouwe Maan <douwe@gitlab.com>2018-03-21 14:56:36 +0300
commita9a31ce31d47510ef2133f3389b8a1c0bbee3c35 (patch)
treeb83463d5fb4cbcbcb141f07de13bfa913d708d72 /Gemfile
parentaa2a97b545243f528f60fe74ed1c0374b920f97f (diff)
parent4b540d2b625684bb23bfe7f8d51a76d4d60e8760 (diff)
Merge branch 'update-licensee' into 'master'
Update licensee 8.7.0 -> 8.9 Closes #18077 See merge request gitlab-org/gitlab-ce!17719
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9d3426f37d3..957ceff554f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -221,7 +221,7 @@ gem 'babosa', '~> 1.0.2'
gem 'loofah', '~> 2.0.3'
# Working with license
-gem 'licensee', '~> 8.7.0'
+gem 'licensee', '~> 8.9'
# Protect against bruteforcing
gem 'rack-attack', '~> 4.4.1'