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:
-rw-r--r--changelogs/unreleased/sh-bump-tzinfo.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-bump-tzinfo.yml b/changelogs/unreleased/sh-bump-tzinfo.yml
new file mode 100644
index 000000000..a7b8bd8bf
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-tzinfo.yml
@@ -0,0 +1,5 @@
+---
+title: Bump tzinfo to 1.2.5
+merge_request: 977
+author:
+type: other
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index d440cb9d1..6efc10092 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -130,7 +130,7 @@ GEM
stringex (2.8.4)
thread_safe (0.3.6)
timecop (0.9.1)
- tzinfo (1.2.2)
+ tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
unparser (0.2.8)