From 50cb6eca570a352a3b9799a66f77edad261763be Mon Sep 17 00:00:00 2001 From: Aleksei Lipniagov Date: Wed, 11 Sep 2019 18:32:24 +0000 Subject: Use 'gitlab_chronic_duration' gem Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 87e3e42c59a..d79e97aabdd 100644 --- a/Gemfile +++ b/Gemfile @@ -265,7 +265,7 @@ gem 'fast_blank' # Parse time & duration gem 'chronic', '~> 0.10.2' -gem 'chronic_duration', '~> 0.10.6' +gem 'gitlab_chronic_duration', '~> 0.10.6.1' gem 'webpack-rails', '~> 0.9.10' gem 'rack-proxy', '~> 0.6.0' -- cgit v1.2.3