diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-20 15:09:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-20 15:09:24 +0000 |
commit | 8bcfcd53f3e3fe8df944eea6dab02556976fd4e3 (patch) | |
tree | 6f8cfaf7442b3ab092a107e249689e9049ee4738 /Gemfile | |
parent | 0549ffef0d4f862a7354847dd185725cc196eed0 (diff) | |
download | gitlab-ce-8bcfcd53f3e3fe8df944eea6dab02556976fd4e3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ gem 'grape-path-helpers', '~> 1.6.1' gem 'faraday', '~> 1.0' gem 'marginalia', '~> 1.10.0' +# Authorization +gem 'declarative_policy', '~> 1.0.0' + # Authentication libraries gem 'devise', '~> 4.7.2' gem 'bcrypt', '~> 3.1', '>= 3.1.14' |