diff options
author | Stan Hu <stanhu@gmail.com> | 2019-03-26 07:52:14 -0500 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-03-26 07:52:14 -0500 |
commit | b2a656fe928dff24bdaf3e8d27128de6334199c8 (patch) | |
tree | 0eb8e4b948650b019804a1cd416753b2d764ad1d /Gemfile.lock | |
parent | e4760e770d5fbd04084ede92db4d80c86bc28aca (diff) | |
download | gitlab-ce-b2a656fe928dff24bdaf3e8d27128de6334199c8.tar.gz |
Bump Rugged to 0.28.1
This resolves a minor link issue in libgit2 with deprecated functions:
https://github.com/libgit2/libgit2/releases
This coincides with the Gitaly bump:
https://gitlab.com/gitlab-org/gitaly/merge_requests/1154
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 66e12efa4b3..d2f5a72988e 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.28.0) + rugged (0.28.1) safe_yaml (1.0.4) sanitize (4.6.6) crass (~> 1.0.2) |