Skip to content

Commit 284ca64

Browse files
committed
bundle update sidekiq-cron
1 parent df91f72 commit 284ca64

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ GEM
192192
crack (0.4.5)
193193
rexml
194194
crass (1.0.6)
195+
cronex (0.15.0)
196+
tzinfo
197+
unicode (>= 0.4.4.5)
195198
css_parser (1.14.0)
196199
addressable
197200
dalli (3.2.3)
@@ -210,7 +213,7 @@ GEM
210213
domain_name (0.5.20190701)
211214
unf (>= 0.0.5, < 1.0.0)
212215
erubi (1.13.1)
213-
et-orbi (1.2.7)
216+
et-orbi (1.2.11)
214217
tzinfo
215218
factory_bot (6.2.1)
216219
activesupport (>= 5.0.0)
@@ -253,14 +256,14 @@ GEM
253256
figaro (1.2.0)
254257
thor (>= 0.14.0, < 2)
255258
formatador (0.3.0)
256-
fugit (1.9.0)
257-
et-orbi (~> 1, >= 1.2.7)
259+
fugit (1.11.1)
260+
et-orbi (~> 1, >= 1.2.11)
258261
raabro (~> 1.4)
259262
fuzzily_reloaded (1.0.1)
260263
activerecord (>= 5.1)
261264
glob (0.4.0)
262-
globalid (1.0.1)
263-
activesupport (>= 5.0)
265+
globalid (1.2.1)
266+
activesupport (>= 6.1)
264267
griddler (1.5.2)
265268
htmlentities
266269
rails (>= 3.2.0)
@@ -324,7 +327,7 @@ GEM
324327
listen (3.7.0)
325328
rb-fsevent (~> 0.10, >= 0.10.3)
326329
rb-inotify (~> 0.9, >= 0.9.10)
327-
logger (1.6.5)
330+
logger (1.7.0)
328331
loofah (2.24.1)
329332
crass (~> 1.0.2)
330333
nokogiri (>= 1.12.0)
@@ -563,10 +566,11 @@ GEM
563566
logger
564567
rack (>= 2.2.4)
565568
redis-client (>= 0.22.2)
566-
sidekiq-cron (1.12.0)
567-
fugit (~> 1.8)
569+
sidekiq-cron (2.3.0)
570+
cronex (>= 0.13.0)
571+
fugit (~> 1.8, >= 1.11.1)
568572
globalid (>= 1.0.1)
569-
sidekiq (>= 6)
573+
sidekiq (>= 6.5.0)
570574
sidekiq-unique-jobs (7.1.27)
571575
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
572576
concurrent-ruby (~> 1.0, >= 1.0.5)
@@ -597,6 +601,7 @@ GEM
597601
unf (0.1.4)
598602
unf_ext
599603
unf_ext (0.0.8.2)
604+
unicode (0.4.4.5)
600605
unicode-display_width (2.2.0)
601606
validates_email_format_of (1.7.2)
602607
i18n

0 commit comments

Comments
 (0)