-
- Downloads
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 1 addition, 1 deletionGemfile.lock
- app/controllers/concerns/authenticates_with_two_factor.rb 30 additions, 0 deletionsapp/controllers/concerns/authenticates_with_two_factor.rb
- app/controllers/sessions_controller.rb 3 additions, 9 deletionsapp/controllers/sessions_controller.rb
- doc/api/projects.md 3 additions, 0 deletionsdoc/api/projects.md
- lib/api/projects.rb 6 additions, 1 deletionlib/api/projects.rb
- spec/requests/api/projects_spec.rb 9 additions, 0 deletionsspec/requests/api/projects_spec.rb
Loading
| Loading
| @@ -44,7 +44,7 @@ gem "browser" |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.1.11' | ||
gem "gitlab_git", '~> 7.1.12' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.2', require: 'grack' | ||
Loading
| Loading
|
Please register or sign in to comment