diff options
author | Job van der Voort <job@gitlab.com> | 2015-07-01 08:46:26 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-07-01 08:46:26 +0000 |
commit | d18f1ce75d156c20aeb306a3021dad3674a667d3 (patch) | |
tree | 3bae79d3cdc015d89267cd0b6f84701c3650089d /Gemfile | |
parent | e934a62aeb67bbca565a77f8c5d19ebf1272a1bd (diff) | |
parent | 9e4a4667d9f9f423480c7361405f2abcf571e02a (diff) | |
download | gitlab-ce-d18f1ce75d156c20aeb306a3021dad3674a667d3.tar.gz |
Merge branch 'k-devise' into 'master'
added note about Devise
Added note about the authentication gem used in GitLab
Because of question in https://groups.google.com/forum/#!topic/gitlabhq/G2rToah19-Q
See merge request !912
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,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" |