-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathGemfile.lock
161 lines (159 loc) · 3.25 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
159
160
161
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.3.5)
arel (3.0.2)
backports (3.3.2)
builder (3.0.4)
coderay (1.0.9)
crack (0.4.0)
safe_yaml (~> 0.9.0)
database_cleaner (1.0.1)
descendants_tracker (0.0.1)
diff-lcs (1.2.4)
encode_with_alphabet (0.0.4)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
fdoc (0.3.0)
json
json-schema (>= 1.0.1)
kramdown
thor
ffi (1.9.0)
formatador (0.2.4)
grape (0.5.0)
activesupport
builder
hashie (>= 1.2.0)
multi_json (>= 1.3.2)
multi_xml (>= 0.5.2)
rack (>= 1.3.0)
rack-accept
rack-mount
virtus
grape-swagger (0.6.0)
grape (>= 0.2.0)
kramdown
guard (1.7.0)
formatador (>= 0.2.4)
listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-rspec (2.5.4)
guard (>= 1.1)
rspec (~> 2.11)
hashie (2.0.5)
hike (1.2.3)
i18n (0.6.1)
json (1.8.0)
json-schema (2.0.3)
kramdown (1.0.2)
listen (0.7.3)
lumberjack (1.0.4)
method_source (0.8.1)
mini_portile (0.5.0)
multi_json (1.7.7)
multi_xml (0.5.4)
newrelic-grape (1.3.1)
grape
newrelic_rpm
newrelic_rpm (3.6.5.130)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
pg (0.15.1)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.5.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-ssl-enforcer (0.2.5)
rack-test (0.6.2)
rack (>= 1.0)
racksh (1.0.0)
rack (>= 1.0)
rack-test (>= 0.5)
rake (10.1.0)
rb-fsevent (0.9.3)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
representable (1.5.3)
multi_json
nokogiri
rerun (0.8.0)
listen
roar (0.11.18)
representable (>= 1.5.2)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
safe_yaml (0.9.3)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)
slop (3.4.5)
sprockets (2.10.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
thor (0.18.1)
tilt (1.4.1)
tzinfo (0.3.37)
vcr (2.5.0)
virtus (0.5.5)
backports (~> 3.3)
descendants_tracker (~> 0.0.1)
webmock (1.12.3)
addressable (>= 2.2.7)
crack (>= 0.3.2)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.2.11)
database_cleaner
encode_with_alphabet
factory_girl
fdoc
grape (~> 0.5.0)
grape-swagger
guard
guard-rspec
newrelic-grape
newrelic_rpm
pg
rack (~> 1.5.2)
rack-ssl-enforcer
rack-test
racksh
rake
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
rerun
roar
rspec
shoulda-matchers
sprockets (~> 2.0)
sqlite3
vcr
webmock