From b2a656fe928dff24bdaf3e8d27128de6334199c8 Mon Sep 17 00:00:00 2001
From: Stan Hu <stanhu@gmail.com>
Date: Tue, 26 Mar 2019 07:52:14 -0500
Subject: [PATCH] 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
---
 Gemfile.lock | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 66e12efa4b3b9..d2f5a72988e7a 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)
-- 
GitLab