Commit 526c2fdf48add9c5051514f987494244b5d6b45e
1 parent
51b5509b
Exists in
master
and in
4 other branches
gitlab-grack up to 1.1.0
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
@@ -27,7 +27,7 @@ gem 'omniauth-github' | @@ -27,7 +27,7 @@ gem 'omniauth-github' | ||
27 | gem "gitlab_git", "~> 3.1.0" | 27 | gem "gitlab_git", "~> 3.1.0" |
28 | 28 | ||
29 | # Ruby/Rack Git Smart-HTTP Server Handler | 29 | # Ruby/Rack Git Smart-HTTP Server Handler |
30 | -gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | 30 | +gem 'gitlab-grack', '~> 1.1.0', require: 'grack' |
31 | 31 | ||
32 | # LDAP Auth | 32 | # LDAP Auth |
33 | gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" | 33 | gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" |
Gemfile.lock
@@ -163,7 +163,7 @@ GEM | @@ -163,7 +163,7 @@ GEM | ||
163 | nokogiri (~> 1.5.9) | 163 | nokogiri (~> 1.5.9) |
164 | sanitize (~> 2.0.3) | 164 | sanitize (~> 2.0.3) |
165 | stringex (~> 1.5.1) | 165 | stringex (~> 1.5.1) |
166 | - gitlab-grack (1.0.1) | 166 | + gitlab-grack (1.1.0) |
167 | rack (~> 1.4.1) | 167 | rack (~> 1.4.1) |
168 | gitlab-grit (2.6.3) | 168 | gitlab-grit (2.6.3) |
169 | charlock_holmes (~> 0.6.9) | 169 | charlock_holmes (~> 0.6.9) |
@@ -575,7 +575,7 @@ DEPENDENCIES | @@ -575,7 +575,7 @@ DEPENDENCIES | ||
575 | github-markup (~> 0.7.4) | 575 | github-markup (~> 0.7.4) |
576 | gitlab-flowdock-git-hook (~> 0.4.2) | 576 | gitlab-flowdock-git-hook (~> 0.4.2) |
577 | gitlab-gollum-lib (~> 1.0.2) | 577 | gitlab-gollum-lib (~> 1.0.2) |
578 | - gitlab-grack (~> 1.0.1) | 578 | + gitlab-grack (~> 1.1.0) |
579 | gitlab-linguist (~> 2.9.6) | 579 | gitlab-linguist (~> 2.9.6) |
580 | gitlab-pygments.rb (~> 0.5.4) | 580 | gitlab-pygments.rb (~> 0.5.4) |
581 | gitlab_git (~> 3.1.0) | 581 | gitlab_git (~> 3.1.0) |