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-03-26 15:33:47 +0300
committerStan Hu <stanhu@gmail.com>2019-03-26 15:36:02 +0300
commit6c7d140ffad24023726107278b5d8dbd44c12ff4 (patch)
tree380f11a100c61d8fd087f382586af057f18a416c
parent7361cd94bb9d57448499c1277dae2c1be957889f (diff)
Bump Rugged to 0.28.1
This resolves a minor link issue in libgit2 with deprecated functions: https://github.com/libgit2/libgit2/releases
-rw-r--r--changelogs/unreleased/sh-bump-rugged-0-28-1.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-bump-rugged-0-28-1.yml b/changelogs/unreleased/sh-bump-rugged-0-28-1.yml
new file mode 100644
index 000000000..b8e9223d1
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-rugged-0-28-1.yml
@@ -0,0 +1,5 @@
+---
+title: Bump Rugged to 0.28.1
+merge_request: 154
+author:
+type: other
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 4deb64c4c..06efe84ee 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -141,7 +141,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
- rugged (0.28.0)
+ rugged (0.28.1)
safe_yaml (1.0.4)
sanitize (4.6.6)
crass (~> 1.0.2)