Fix cron parsing for Daylight Savings
Replace chronic with gitlab-chronic v0.10.5 to bring in the fix for Daylight Savings parsing: https://gitlab.com/gitlab-org/gitlab-chronic/merge_requests/3. Also upgrade gitlab_chronic_duration to v0.10.6.2 to fix numerizer dependency. Closes https://gitlab.com/gitlab-org/gitlab/issues/37014
Showing
... | ... | @@ -273,8 +273,8 @@ gem 'mimemagic', '~> 0.3.2' |
gem 'fast_blank' | ||
# Parse time & duration | ||
gem 'chronic', '~> 0.10.2' | ||
gem 'gitlab_chronic_duration', '~> 0.10.6.1' | ||
gem 'gitlab-chronic', '~> 0.10.5' | ||
gem 'gitlab_chronic_duration', '~> 0.10.6.2' | ||
gem 'webpack-rails', '~> 0.9.10' | ||
gem 'rack-proxy', '~> 0.6.0' | ||
... | ... |
Please register or sign in to comment