diff options
author | karen Carias <karen@gitlab.com> | 2015-06-30 12:25:36 -0700 |
---|---|---|
committer | karen Carias <karen@gitlab.com> | 2015-06-30 12:25:36 -0700 |
commit | 9e4a4667d9f9f423480c7361405f2abcf571e02a (patch) | |
tree | 196b1264d0edcaa3e0dbad9e18ba949ec66fc6f8 /Gemfile | |
parent | bea0b6df3803036e77c730aba8d7eed34525a281 (diff) | |
download | gitlab-ce-9e4a4667d9f9f423480c7361405f2abcf571e02a.tar.gz |
fixed note
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -20,7 +20,7 @@ gem "default_value_for", "~> 3.0.0" gem "mysql2", group: :mysql gem "pg", group: :postgres -# Auth +# Authentication libraries gem "devise", '3.2.4' gem "devise-async", '0.9.0' gem 'omniauth', "~> 1.2.2" @@ -278,5 +278,3 @@ gem "newrelic_rpm" gem 'octokit', '3.7.0' gem "rugments" - -NOTE: The authentication gem used in GitLab is called 'Devise' |