Commit 6addb15b15f3d59469d7569271b6449a2a164b87
1 parent
006df5df
Exists in
spb-stable
and in
3 other branches
Bump gitlab_omniauth-ldap gem
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
| ... | ... | @@ -35,7 +35,7 @@ gem "gitlab_git", "~> 5.0.0" |
| 35 | 35 | gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |
| 36 | 36 | |
| 37 | 37 | # LDAP Auth |
| 38 | -gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" | |
| 38 | +gem 'gitlab_omniauth-ldap', '1.0.4', require: "omniauth-ldap" | |
| 39 | 39 | |
| 40 | 40 | # Git Wiki |
| 41 | 41 | gem "gitlab-gollum-lib", "~> 1.1.0", require: 'gollum-lib' | ... | ... |
Gemfile.lock
| ... | ... | @@ -181,7 +181,7 @@ GEM |
| 181 | 181 | gitlab-grit (~> 2.6.1) |
| 182 | 182 | gitlab-linguist (~> 3.0.0) |
| 183 | 183 | gitlab_meta (6.0) |
| 184 | - gitlab_omniauth-ldap (1.0.3) | |
| 184 | + gitlab_omniauth-ldap (1.0.4) | |
| 185 | 185 | net-ldap (~> 0.3.1) |
| 186 | 186 | omniauth (~> 1.0) |
| 187 | 187 | pyu-ruby-sasl (~> 0.0.3.1) |
| ... | ... | @@ -576,7 +576,7 @@ DEPENDENCIES |
| 576 | 576 | gitlab-linguist (~> 3.0.0) |
| 577 | 577 | gitlab_git (~> 5.0.0) |
| 578 | 578 | gitlab_meta (= 6.0) |
| 579 | - gitlab_omniauth-ldap (= 1.0.3) | |
| 579 | + gitlab_omniauth-ldap (= 1.0.4) | |
| 580 | 580 | gon (~> 5.0.0) |
| 581 | 581 | grape (~> 0.6.1) |
| 582 | 582 | grape-entity (~> 0.3.0) | ... | ... |