Use 'gitlab_chronic_duration' gem
Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
Showing
... | @@ -265,7 +265,7 @@ gem 'fast_blank' | ... | @@ -265,7 +265,7 @@ gem 'fast_blank' |
# Parse time & duration | # Parse time & duration | ||
gem 'chronic', '~> 0.10.2' | 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 'webpack-rails', '~> 0.9.10' | ||
gem 'rack-proxy', '~> 0.6.0' | gem 'rack-proxy', '~> 0.6.0' | ||
... | ... |
Please register or sign in to comment