gitlab-grack up to 1.1.0
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
51b5509bac
commit
526c2fdf48
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -27,7 +27,7 @@ gem 'omniauth-github'
|
|||
gem "gitlab_git", "~> 3.1.0"
|
||||
|
||||
# Ruby/Rack Git Smart-HTTP Server Handler
|
||||
gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
|
||||
gem 'gitlab-grack', '~> 1.1.0', require: 'grack'
|
||||
|
||||
# LDAP Auth
|
||||
gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap"
|
||||
|
|
|
@ -163,7 +163,7 @@ GEM
|
|||
nokogiri (~> 1.5.9)
|
||||
sanitize (~> 2.0.3)
|
||||
stringex (~> 1.5.1)
|
||||
gitlab-grack (1.0.1)
|
||||
gitlab-grack (1.1.0)
|
||||
rack (~> 1.4.1)
|
||||
gitlab-grit (2.6.3)
|
||||
charlock_holmes (~> 0.6.9)
|
||||
|
@ -575,7 +575,7 @@ DEPENDENCIES
|
|||
github-markup (~> 0.7.4)
|
||||
gitlab-flowdock-git-hook (~> 0.4.2)
|
||||
gitlab-gollum-lib (~> 1.0.2)
|
||||
gitlab-grack (~> 1.0.1)
|
||||
gitlab-grack (~> 1.1.0)
|
||||
gitlab-linguist (~> 2.9.6)
|
||||
gitlab-pygments.rb (~> 0.5.4)
|
||||
gitlab_git (~> 3.1.0)
|
||||
|
|
Loading…
Reference in a new issue