Commit 96c06d7f5f413918989c4a4673b604875f09b9cd
1 parent
2c3ddacb
Exists in
master
and in
4 other branches
update omniauth dependency
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
@@ -29,7 +29,7 @@ gem 'gitlab_git', '~> 1.3.0' | @@ -29,7 +29,7 @@ gem 'gitlab_git', '~> 1.3.0' | ||
29 | gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | 29 | gem 'gitlab-grack', '~> 1.0.1', require: 'grack' |
30 | 30 | ||
31 | # LDAP Auth | 31 | # LDAP Auth |
32 | -gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" | 32 | +gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" |
33 | 33 | ||
34 | # Syntax highlighter | 34 | # Syntax highlighter |
35 | gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' | 35 | gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' |
Gemfile.lock
@@ -168,8 +168,8 @@ GEM | @@ -168,8 +168,8 @@ GEM | ||
168 | github-linguist (~> 2.3.4) | 168 | github-linguist (~> 2.3.4) |
169 | gitlab-grit (~> 2.5.1) | 169 | gitlab-grit (~> 2.5.1) |
170 | gitlab_meta (5.0) | 170 | gitlab_meta (5.0) |
171 | - gitlab_omniauth-ldap (1.0.2) | ||
172 | - net-ldap (~> 0.2.2) | 171 | + gitlab_omniauth-ldap (1.0.3) |
172 | + net-ldap (~> 0.3.1) | ||
173 | omniauth (~> 1.0) | 173 | omniauth (~> 1.0) |
174 | pyu-ruby-sasl (~> 0.0.3.1) | 174 | pyu-ruby-sasl (~> 0.0.3.1) |
175 | rubyntlm (~> 0.1.1) | 175 | rubyntlm (~> 0.1.1) |
@@ -265,7 +265,7 @@ GEM | @@ -265,7 +265,7 @@ GEM | ||
265 | multi_xml (0.5.3) | 265 | multi_xml (0.5.3) |
266 | multipart-post (1.2.0) | 266 | multipart-post (1.2.0) |
267 | mysql2 (0.3.11) | 267 | mysql2 (0.3.11) |
268 | - net-ldap (0.2.2) | 268 | + net-ldap (0.3.1) |
269 | nokogiri (1.5.9) | 269 | nokogiri (1.5.9) |
270 | oauth (0.4.7) | 270 | oauth (0.4.7) |
271 | oauth2 (0.8.1) | 271 | oauth2 (0.8.1) |
@@ -544,7 +544,7 @@ DEPENDENCIES | @@ -544,7 +544,7 @@ DEPENDENCIES | ||
544 | gitlab-pygments.rb (~> 0.3.2) | 544 | gitlab-pygments.rb (~> 0.3.2) |
545 | gitlab_git (~> 1.3.0) | 545 | gitlab_git (~> 1.3.0) |
546 | gitlab_meta (= 5.0) | 546 | gitlab_meta (= 5.0) |
547 | - gitlab_omniauth-ldap (= 1.0.2) | 547 | + gitlab_omniauth-ldap (= 1.0.3) |
548 | gon | 548 | gon |
549 | grape (~> 0.4.1) | 549 | grape (~> 0.4.1) |
550 | grape-entity (~> 0.3.0) | 550 | grape-entity (~> 0.3.0) |