Skip to content
Snippets Groups Projects
Commit e27bc577 authored by Stan Hu's avatar Stan Hu
Browse files

Bump gitlab_git to 7.1.11 to fix bug where viewing a tag on a project with...

Bump gitlab_git to 7.1.11 to fix bug where viewing a tag on a project with submodules would return a 500 error

Closes https://github.com/gitlabhq/gitlabhq/issues/8411
parent 16db51ec
No related branches found
No related tags found
No related merge requests found
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
   
v 7.11.0 (unreleased) v 7.11.0 (unreleased)
- Fix broken view when using a tag to display a tree that contains git submodules (Stan Hu)
- Make Reply-To config apply to change e-mail confirmation and other Devise notifications (Stan Hu) - Make Reply-To config apply to change e-mail confirmation and other Devise notifications (Stan Hu)
- Add application setting to restrict user signups to e-mail domains (Stan Hu) - Add application setting to restrict user signups to e-mail domains (Stan Hu)
- Don't allow a merge request to be merged when its title starts with "WIP". - Don't allow a merge request to be merged when its title starts with "WIP".
Loading
Loading
Loading
@@ -39,7 +39,7 @@ gem "browser"
Loading
@@ -39,7 +39,7 @@ gem "browser"
   
# Extracting information from a git repository # Extracting information from a git repository
# Provide access to Gitlab::Git library # Provide access to Gitlab::Git library
gem "gitlab_git", '~> 7.1.10' gem "gitlab_git", '~> 7.1.11'
   
# Ruby/Rack Git Smart-HTTP Server Handler # Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.2', require: 'grack' gem 'gitlab-grack', '~> 2.0.2', require: 'grack'
Loading
Loading
Loading
@@ -215,7 +215,7 @@ GEM
Loading
@@ -215,7 +215,7 @@ GEM
mime-types (~> 1.19) mime-types (~> 1.19)
gitlab_emoji (0.1.0) gitlab_emoji (0.1.0)
gemojione (~> 2.0) gemojione (~> 2.0)
gitlab_git (7.1.10) gitlab_git (7.1.11)
activesupport (~> 4.0) activesupport (~> 4.0)
charlock_holmes (~> 0.6) charlock_holmes (~> 0.6)
gitlab-linguist (~> 3.0) gitlab-linguist (~> 3.0)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment