diff options
author | Stan Hu <stanhu@gmail.com> | 2019-02-28 11:07:15 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-03-19 00:16:00 -0700 |
commit | 30caec327f6331985bb8157e1a3aac8174bb0a77 (patch) | |
tree | fdc154a65aa50cdaacaffc6e206cdfe10e4184f3 /Gemfile.lock | |
parent | 909161dd49514db5292ca551d6e288560c29f7b2 (diff) | |
download | gitlab-ce-30caec327f6331985bb8157e1a3aac8174bb0a77.tar.gz |
Bump Rugged to 0.28.0
This version bump makes things consistent between Gitaly and
fixes a significant number of bugs:
https://github.com/libgit2/libgit2/releases
This also decreases disk space of Omnibus builds by ~30 MB.
There is also a workaround for
https://github.com/libgit2/rugged/issues/785. If Gitaly or another
process changes .gitconfig while Rugged has the file loaded,
Rugged::Repository#each_key will report stale values unless a lookup is
done first.
This bug only manifests in a spec because we are using both Gitaly and
Rugged at the same time there, and we normally don't use Rugged in the
CE/EE code in this way.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index be1fc37e968..4fba583b972 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -784,7 +784,7 @@ GEM rubyntlm (0.6.2) rubypants (0.2.0) rubyzip (1.2.2) - rugged (0.27.5) + rugged (0.28.0) safe_yaml (1.0.4) sanitize (4.6.6) crass (~> 1.0.2) @@ -1134,7 +1134,7 @@ DEPENDENCIES ruby-progressbar ruby_parser (~> 3.8) rubyzip (~> 1.2.2) - rugged (~> 0.27) + rugged (~> 0.28) sanitize (~> 4.6) sass (~> 3.5) sass-rails (~> 5.0.6) |