Update gitlab-grack to 2.0.2.
This commit is contained in:
parent
8d9c7305cd
commit
9ba85ffe88
2 changed files with 4 additions and 4 deletions
4
Gemfile
4
Gemfile
|
@ -42,7 +42,7 @@ gem "browser"
|
||||||
gem "gitlab_git", '~> 7.1.10'
|
gem "gitlab_git", '~> 7.1.10'
|
||||||
|
|
||||||
# Ruby/Rack Git Smart-HTTP Server Handler
|
# Ruby/Rack Git Smart-HTTP Server Handler
|
||||||
gem 'gitlab-grack', '~> 2.0.1', require: 'grack'
|
gem 'gitlab-grack', '~> 2.0.2', require: 'grack'
|
||||||
|
|
||||||
# LDAP Auth
|
# LDAP Auth
|
||||||
gem 'gitlab_omniauth-ldap', '1.2.1', require: "omniauth-ldap"
|
gem 'gitlab_omniauth-ldap', '1.2.1', require: "omniauth-ldap"
|
||||||
|
@ -256,7 +256,7 @@ group :development, :test do
|
||||||
gem "spring", '~> 1.3.1'
|
gem "spring", '~> 1.3.1'
|
||||||
gem "spring-commands-rspec", '1.0.4'
|
gem "spring-commands-rspec", '1.0.4'
|
||||||
gem "spring-commands-spinach", '1.0.0'
|
gem "spring-commands-spinach", '1.0.0'
|
||||||
|
|
||||||
gem "byebug"
|
gem "byebug"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -199,7 +199,7 @@ GEM
|
||||||
gitlab-flowdock-git-hook (0.4.2.2)
|
gitlab-flowdock-git-hook (0.4.2.2)
|
||||||
gitlab-grit (>= 2.4.1)
|
gitlab-grit (>= 2.4.1)
|
||||||
multi_json
|
multi_json
|
||||||
gitlab-grack (2.0.1)
|
gitlab-grack (2.0.2)
|
||||||
rack (~> 1.5.1)
|
rack (~> 1.5.1)
|
||||||
gitlab-grit (2.7.2)
|
gitlab-grit (2.7.2)
|
||||||
charlock_holmes (~> 0.6)
|
charlock_holmes (~> 0.6)
|
||||||
|
@ -696,7 +696,7 @@ DEPENDENCIES
|
||||||
gemnasium-gitlab-service (~> 0.2)
|
gemnasium-gitlab-service (~> 0.2)
|
||||||
github-markup
|
github-markup
|
||||||
gitlab-flowdock-git-hook (~> 0.4.2)
|
gitlab-flowdock-git-hook (~> 0.4.2)
|
||||||
gitlab-grack (~> 2.0.1)
|
gitlab-grack (~> 2.0.2)
|
||||||
gitlab-linguist (~> 3.0.1)
|
gitlab-linguist (~> 3.0.1)
|
||||||
gitlab_emoji (~> 0.1)
|
gitlab_emoji (~> 0.1)
|
||||||
gitlab_git (~> 7.1.10)
|
gitlab_git (~> 7.1.10)
|
||||||
|
|
Loading…
Reference in a new issue