-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
94 lines (91 loc) · 1.87 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
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
backports (3.15.0)
concurrent-ruby (1.1.9)
connection_pool (2.2.2)
daemons (1.3.1)
dotenv (2.1.1)
eventmachine (1.2.7)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
json (2.5.1)
jwt (1.5.6)
mini_magick (4.9.5)
minitest (5.11.3)
multi_json (1.13.1)
mustermann (1.0.3)
pg (0.18.4)
rack (2.2.3)
rack-protection (2.0.7)
rack
rake (12.3.3)
redis (4.1.2)
ruby-enum (0.5.0)
i18n
ruby-ip (0.9.3)
sequel (5.11.0)
sequel_pg (1.6.17)
pg (>= 0.8.0)
sequel (>= 4.0.0)
sidekiq (5.2.7)
connection_pool (~> 2.2, >= 2.2.2)
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
sinatra (2.0.7)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
tilt (~> 2.0)
sinatra-contrib (2.0.7)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.7)
sinatra (= 2.0.7)
tilt (~> 2.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.0.9)
time_difference (0.5.0)
activesupport
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
volgactf-final-checker-result (1.0.0)
ruby-enum (~> 0.5.0)
PLATFORMS
ruby
DEPENDENCIES
activesupport
dotenv
eventmachine
json
jwt
mini_magick
rake
redis
ruby-enum
ruby-ip
sequel
sequel_pg
sidekiq
sinatra
sinatra-contrib
terminal-table
thin
time_difference
volgactf-final-checker-result (~> 1.0.0)
BUNDLED WITH
2.0.1