diff options
author | Aleksei Lipniagov <alipniagov@gitlab.com> | 2019-09-11 18:32:24 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-09-11 18:32:24 +0000 |
commit | 50cb6eca570a352a3b9799a66f77edad261763be (patch) | |
tree | d5157634a5100ca6900a3dc8d7b0b806caf39ca5 /Gemfile | |
parent | 6db9cbfe77a556ea2d321f0ea0a0c6b6e14a817c (diff) | |
download | gitlab-ce-50cb6eca570a352a3b9799a66f77edad261763be.tar.gz |
Use 'gitlab_chronic_duration' gem
Replace 'chronic_duration' to 'gitlab_chronic_duration', to make
relevant method calls thread-safe.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |