Remove workaround by upgrading Fugit gem
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/58241 * Upgrade Fugit gem to 1.2.1 which recognizes cron expressions for invalid days * Reverted previously implemented workaround * Leave test case which previously exposed the bug
Showing
... | ... | @@ -166,7 +166,7 @@ gem 'redis-namespace', '~> 1.6.0' |
gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'sidekiq-reliable-fetch' | ||
# Cron Parser | ||
gem 'fugit', '~> 1.1' | ||
gem 'fugit', '~> 1.2.1' | ||
# HTTP requests | ||
gem 'httparty', '~> 0.16.4' | ||
... | ... |
Please register or sign in to comment