-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGemfile.lock
More file actions
160 lines (156 loc) · 3.33 KB
/
Gemfile.lock
File metadata and controls
160 lines (156 loc) · 3.33 KB
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
159
160
GEM
remote: https://rubygems.org/
specs:
base64 (0.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
csv (3.3.5)
daemons (1.4.1)
date (3.5.1)
diff-lcs (1.6.2)
docile (1.4.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
et-orbi (1.4.0)
tzinfo
eventmachine (1.2.7)
fugit (1.12.1)
et-orbi (~> 1.4)
raabro (~> 1.4)
haml (6.4.0)
temple (>= 0.8.2)
thor
tilt
http-accept (1.7.0)
http-cookie (1.1.0)
domain_name (~> 0.5)
iso-639 (0.3.8)
csv
json (2.7.6)
kgio (2.11.4)
logger (1.7.0)
mail (2.9.0)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2026.0127)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
net-imap (0.3.9)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.1)
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.22)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.2.0)
rack (>= 1.3)
raindrops (0.20.1)
rake (13.3.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.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
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.2)
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.4)
thin (2.0.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
logger
rack (>= 1, < 4)
thor (1.5.0)
tilt (2.7.0)
timecop (0.9.10)
timeout (0.6.0)
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.38)
PLATFORMS
ruby
DEPENDENCIES
byebug
haml (~> 6.4)
iso-639 (~> 0.3.8)
json (~> 2.7)
mail (~> 2.9)
mime-types (~> 3.7)
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 (~> 2.0)
timecop
unicorn (~> 6.1)
yard
RUBY VERSION
ruby 2.6.10p210
BUNDLED WITH
2.4.22