Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-27 08:08:14 +0300
committerStan Hu <stanhu@gmail.com>2019-07-27 08:09:17 +0300
commita1cf81110c33ac73fb466cfdc01a1eaa500cad7f (patch)
treefbc2d21085b94fbf5ca80bafe5d2b04075ffa47c
parent8acada46b2837e01bdbd1481f9b0e040718d8138 (diff)
Update Rugged to 0.28.2
This is a bug fix release: https://github.com/libgit2/libgit2/releases
-rw-r--r--changelogs/unreleased/sh-update-rugged-0-28-2.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-update-rugged-0-28-2.yml b/changelogs/unreleased/sh-update-rugged-0-28-2.yml
new file mode 100644
index 000000000..b8cd0c1ea
--- /dev/null
+++ b/changelogs/unreleased/sh-update-rugged-0-28-2.yml
@@ -0,0 +1,5 @@
+---
+title: Update Rugged to 0.28.2
+merge_request: 1384
+author:
+type: fixed
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 987dd972d..e61a1d7d8 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -175,7 +175,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.0)
- rugged (0.28.1)
+ rugged (0.28.2)
safe_yaml (1.0.5)
sanitize (4.6.6)
crass (~> 1.0.2)