diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-10-03 23:03:36 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-10-03 23:03:36 +0800 |
commit | 9e42df3cd18b437160ba4159a0f9e19f8540756d (patch) | |
tree | 6d1a9f2ffbf4ac3427f0ed56f946816af9243819 /Gemfile | |
parent | e9ffa3395127618add901b9fc16117fb88c26b21 (diff) | |
parent | 2828b7688f95af7510afc049b65c8508b2065958 (diff) | |
download | gitlab-ce-9e42df3cd18b437160ba4159a0f9e19f8540756d.tar.gz |
Merge remote-tracking branch 'upstream/master' into gem/sm/bump-google-api-client-gem-from-0-8-6-to-0-13-6
* upstream/master: (186 commits)
Resolve "Precompiled assets with digest strings are ignored in CI"
Fix navigation dropdown close animation on mobile screens
Add (partial) index on Labels.template
Add grpc.log for Gitaly
Fix gitaly-proto version in Gemfile.lock
refactor issues_controller_spec `update` action
Remove edit action for issues
Add documentation to summarise project archiving
Fix for Gitaly nil encoding issue
Fix broken certificate-authority-data with kubectl >= 1.8.0
Improve performance of filtering notes in NotesController
Bump gitaly-proto version to v0.39.0
Fix specs for project creation and update services
Add CHANGELOG
Doesn't check if path exists on disk when renaming a hashed project
[ci skip] Fix archive spec descrptions
Only copy old/new code when selecting left/right side of parallel diff
Fix gitlab-rake gitlab:import:repos task
Send extra Gitaly params for `send_git_archive` if needed
Update GitLab Pages to v0.6.0
...
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.33.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.39.0', require: 'gitaly' gem 'toml-rb', '~> 0.3.15', require: false |