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:
authorkaren Carias <karen@gitlab.com>2015-06-30 21:42:33 +0300
committerkaren Carias <karen@gitlab.com>2015-06-30 21:42:33 +0300
commitbea0b6df3803036e77c730aba8d7eed34525a281 (patch)
tree1e26012705d3a9b9da88a4bec754dbd6ec13e07c /Gemfile
parent42201b150dd9bf117741d0fcc6f7ac09b3565c83 (diff)
added note about Devise
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c47a947cab0..6d4c3318f4f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -278,3 +278,5 @@ gem "newrelic_rpm"
gem 'octokit', '3.7.0'
gem "rugments"
+
+NOTE: The authentication gem used in GitLab is called 'Devise'