-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
92 lines (88 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
GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.0)
activesupport (= 5.2.0)
activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
bson (4.3.0)
coderay (1.1.1)
concurrent-ruby (1.0.5)
daemons (1.4.1)
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.15.5)
haml (5.0.4)
temple (>= 0.8.0)
tilt
i18n (1.0.1)
concurrent-ruby (~> 1.0)
method_source (0.8.2)
minitest (5.11.3)
mongo (2.5.3)
bson (>= 4.3.0, < 5.0.0)
mongoid (6.2.1)
activemodel (~> 5.1)
mongo (>= 2.4.1, < 3.0.0)
multi_json (1.12.1)
oj (3.6.0)
oj_mimic_json (1.0.1)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-nav (0.2.4)
pry (>= 0.9.10, < 0.11.0)
rack (2.0.5)
rack-indifferent (1.2.0)
rack (>= 1.5)
rake (11.3.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
roda (2.29.0)
rack
rollbar (2.14.0)
multi_json
sass (3.5.6)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
shotgun (0.9.2)
rack (>= 1.0)
slop (3.6.0)
temple (0.8.0)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (3.0.2)
execjs (>= 0.3.0, < 3)
PLATFORMS
ruby
DEPENDENCIES
haml (~> 5.0, >= 5.0.4)
mongoid (~> 6.2.1)
oj (~> 3.6)
oj_mimic_json (~> 1.0.1)
pry-nav (~> 0.2)
rack-indifferent (~> 1.2)
rake (> 10.0)
roda (~> 2.28)
rollbar (~> 2.14)
sass (~> 3.5, >= 3.5.6)
shotgun (~> 0.9.2)
thin (~> 1.8)
uglifier (~> 3.0)
RUBY VERSION
ruby 2.7.7p221
BUNDLED WITH
2.1.4