-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gemfile.lock
158 lines (154 loc) · 3.3 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
byebug (11.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
daemons (1.4.1)
date (3.4.0)
diff-lcs (1.5.1)
docile (1.4.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
et-orbi (1.2.11)
tzinfo
eventmachine (1.2.7)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
http-accept (1.7.0)
http-cookie (1.0.7)
domain_name (~> 0.5)
iso-639 (0.3.8)
csv
json (2.7.5)
kgio (2.11.4)
logger (1.6.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
netrc (0.11.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
raabro (1.4.0)
racc (1.8.1)
rack (2.2.10)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
raindrops (0.20.1)
rake (13.2.1)
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby-filemagic (0.7.3)
ruby2_keywords (0.0.5)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.9.1)
fugit (~> 1.8)
sidekiq (>= 4.2.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
tilt (~> 2.0)
temple (0.10.3)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.3.2)
tilt (2.4.0)
timecop (0.9.10)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.2.0)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
yard (0.9.37)
PLATFORMS
ruby
DEPENDENCIES
byebug
haml (~> 6.3)
iso-639 (~> 0.3.8)
json (~> 2.7)
mail (~> 2.8)
mime-types (~> 3.6)
nokogiri (~> 1.13)
rack-test
rake
redis (~> 4.8)
redis-namespace (~> 1.11)
rest-client (~> 2.1)
rspec
ruby-filemagic (~> 0.7.3)
sidekiq (~> 6.5)
sidekiq-cron (~> 1.9)
simplecov
sinatra (~> 3.2)
thin (~> 1.8)
timecop
unicorn (~> 6.1)
yard
RUBY VERSION
ruby 2.6.10p210
BUNDLED WITH
2.4.22