summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-08-13 12:06:54 -0700
committerStan Hu <stanhu@gmail.com>2018-08-13 12:08:21 -0700
commit89ec4a3e449983010d8aa9e666d8402c3eab9e27 (patch)
tree9c4dfec8abebed1799331f14cb79e02e55b7b9fc
parentf7f31a6f910325d4456bc3a344bf359f2d59a4ee (diff)
downloadgitlab-ce-89ec4a3e449983010d8aa9e666d8402c3eab9e27.tar.gz
Bump rugged to 0.27.4 for security fixes
See https://github.com/libgit2/libgit2/releases for more details.
-rw-r--r--Gemfile.lock2
-rw-r--r--changelogs/unreleased/sh-bump-rugged-0-27-4.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index ee8eed07ed7..62c3b28f386 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -810,7 +810,7 @@ GEM
rubyzip (1.2.1)
rufus-scheduler (3.4.0)
et-orbi (~> 1.0)
- rugged (0.27.2)
+ rugged (0.27.4)
safe_yaml (1.0.4)
sanitize (4.6.6)
crass (~> 1.0.2)
diff --git a/changelogs/unreleased/sh-bump-rugged-0-27-4.yml b/changelogs/unreleased/sh-bump-rugged-0-27-4.yml
new file mode 100644
index 00000000000..50373cb81ad
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-rugged-0-27-4.yml
@@ -0,0 +1,5 @@
+---
+title: Bump rugged to 0.27.4 for security fixes
+merge_request:
+author:
+type: security