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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-01-24 14:52:11 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-01-24 14:53:03 +0300
commitbf0af8356c4f4b40c602413b1fd38cb41f618739 (patch)
treeff09cbb398a0d20cba7e8d87a4a086952e05730a
parent9069bd72de24370ef1189c2b91af3059739e13ca (diff)
Bump Rack gem
-rw-r--r--changelogs/unreleased/zj-bump-yaml-v2.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/zj-bump-yaml-v2.yml b/changelogs/unreleased/zj-bump-yaml-v2.yml
new file mode 100644
index 000000000..514fd06cd
--- /dev/null
+++ b/changelogs/unreleased/zj-bump-yaml-v2.yml
@@ -0,0 +1,5 @@
+---
+title: Bump go-yaml and the rack gem dependencies
+merge_request:
+author:
+type: security
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index cfc9ceef3..26a1a0fd7 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -132,7 +132,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.3)
- rack (2.0.7)
+ rack (2.1.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)