forked from tenstartups/sidekiq-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
74 lines (71 loc) · 1.51 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
GEM
remote: https://rubygems.org/
specs:
chronic_duration (0.10.6)
numerizer (~> 0.1.1)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
e2mmap (0.1.0)
et-orbi (1.2.2)
tzinfo
fugit (1.3.3)
et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.1)
nio4r (2.5.2)
numerizer (0.1.1)
puma (4.3.3)
nio4r (~> 2.0)
raabro (1.1.6)
rack (2.2.2)
rack-protection (2.0.8.1)
rack
redis (4.1.3)
redis-namespace (1.7.0)
redis (>= 3.0.4)
rufus-scheduler (3.6.0)
fugit (~> 1.1, >= 1.1.6)
sidekiq (6.0.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
sidekiq-failures (1.0.0)
sidekiq (>= 4.0.0)
sidekiq-scheduler (3.0.1)
e2mmap
redis (>= 3, < 5)
rufus-scheduler (~> 3.2)
sidekiq (>= 3)
thwait
tilt (>= 1.4.0)
sidekiq-status (1.1.4)
chronic_duration
sidekiq (>= 3.0)
sidekiq-unique-jobs (6.0.21)
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 4.0, < 7.0)
thor (~> 0)
thor (0.20.3)
thwait (0.1.0)
tilt (2.0.10)
tzinfo (2.0.1)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
PLATFORMS
ruby
DEPENDENCIES
puma
redis-namespace
sidekiq
sidekiq-cron (~> 1.1)
sidekiq-failures
sidekiq-scheduler
sidekiq-status
sidekiq-unique-jobs (~> 6.0, >= 6.0.21)
tzinfo-data
BUNDLED WITH
2.1.4