Commit 526c2fdf48add9c5051514f987494244b5d6b45e

Authored by Dmitriy Zaporozhets
1 parent 51b5509b

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 &#39;omniauth-github&#39;
27 27 gem "gitlab_git", "~> 3.1.0"
28 28  
29 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 32 # LDAP Auth
33 33 gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap"
... ...
Gemfile.lock
... ... @@ -163,7 +163,7 @@ GEM
163 163 nokogiri (~> 1.5.9)
164 164 sanitize (~> 2.0.3)
165 165 stringex (~> 1.5.1)
166   - gitlab-grack (1.0.1)
  166 + gitlab-grack (1.1.0)
167 167 rack (~> 1.4.1)
168 168 gitlab-grit (2.6.3)
169 169 charlock_holmes (~> 0.6.9)
... ... @@ -575,7 +575,7 @@ DEPENDENCIES
575 575 github-markup (~> 0.7.4)
576 576 gitlab-flowdock-git-hook (~> 0.4.2)
577 577 gitlab-gollum-lib (~> 1.0.2)
578   - gitlab-grack (~> 1.0.1)
  578 + gitlab-grack (~> 1.1.0)
579 579 gitlab-linguist (~> 2.9.6)
580 580 gitlab-pygments.rb (~> 0.5.4)
581 581 gitlab_git (~> 3.1.0)
... ...