-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathGemfile.lock
146 lines (142 loc) · 2.92 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
GEM
remote: https://rubygems.org/
specs:
activemodel (5.0.6)
activesupport (= 5.0.6)
activerecord (5.0.6)
activemodel (= 5.0.6)
activesupport (= 5.0.6)
arel (~> 7.0)
activesupport (5.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (7.1.4)
awesome_print (1.8.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
bogus (0.1.6)
dependor (>= 0.0.4)
builder (3.2.3)
chronic (0.10.2)
coderay (1.1.2)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.0.5)
daemons (1.2.5)
database_cleaner (1.6.2)
dependor (1.0.1)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diffy (3.2.0)
equalizer (0.0.11)
eventmachine (1.2.5)
ffi (1.9.18)
foreman (0.84.0)
thor (~> 0.19.1)
grape (1.0.1)
activesupport
builder
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
virtus (>= 1.0.0)
htmlentities (4.3.4)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.1.0)
listen (3.1.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
method_source (0.9.0)
mina (1.2.3)
open4 (~> 1.3.4)
rake
mini_portile2 (2.3.0)
minitest (5.10.3)
mustermann (1.0.1)
mustermann-grape (1.0.0)
mustermann (~> 1.0.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
open4 (1.3.4)
pg (0.21.0)
power_assert (1.1.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.0.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-cors (1.0.2)
rack-test (0.8.2)
rack (>= 1.0, < 3)
racksh (1.0.0)
rack (>= 1.0)
rack-test (>= 0.5)
rake (12.3.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-readline (0.5.5)
redis (3.3.5)
rerun (0.11.0)
listen (~> 3.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
test-unit (3.2.7)
power_assert
test_xml (0.1.8)
diffy (~> 3.0)
nokogiri (>= 1.3.2)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.19.4)
thread_safe (0.3.6)
timecop (0.9.1)
tzinfo (1.2.4)
thread_safe (~> 0.1)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 5.0.0)
awesome_print
bogus
chronic
database_cleaner
foreman
grape
htmlentities (~> 4.3, >= 4.3.4)
json
mina
nokogiri
pg
pry
rack-cors
rack-test
racksh
rake
rb-readline
redis (~> 3.2)
rerun
sprockets
test-unit
test_xml
thin
timecop
RUBY VERSION
ruby 2.2.2p95
BUNDLED WITH
1.16.0