diff options
author | Fabio Pitino <fpitino@gitlab.com> | 2019-05-07 07:52:53 +0100 |
---|---|---|
committer | Fabio Pitino <fpitino@gitlab.com> | 2019-05-07 08:07:16 +0100 |
commit | c75b8ad4dadfa8f9676e0339e06408af3281f512 (patch) | |
tree | 34b287af35682e19db655af9b98eab1b56f18b2c /Gemfile | |
parent | 673ea5d2ac50e17a1839d0db83641e6851422f88 (diff) | |
download | gitlab-ce-c75b8ad4dadfa8f9676e0339e06408af3281f512.tar.gz |
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |