-
Notifications
You must be signed in to change notification settings - Fork 65
/
Gemfile.lock
140 lines (137 loc) · 2.81 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
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.22.5)
activesupport (= 3.2.22.5)
builder (~> 3.0.0)
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.0.4)
coderay (1.1.1)
congress (0.3.0)
faraday (~> 0.9.0)
faraday_middleware (~> 0.10.0)
geocoder (~> 1.2)
hashie (~> 3.0)
curb (0.9.3)
debug_inspector (0.0.2)
docsplit (0.7.6)
elasticsearch (1.1.0)
elasticsearch-api (= 1.1.0)
elasticsearch-transport (= 1.1.0)
elasticsearch-api (1.1.0)
multi_json
elasticsearch-transport (1.1.0)
faraday
multi_json
ethon (0.9.1)
ffi (>= 1.3.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.1)
faraday (>= 0.7.4, < 1.0)
ffi (1.9.14)
geocoder (1.4.0)
hashie (3.4.6)
i18n (0.7.0)
interception (0.5)
kgio (2.10.0)
mail (2.6.4)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
mongoid (3.1.7)
activemodel (~> 3.2)
moped (~> 1.4)
origin (~> 1.0)
tzinfo (~> 0.3.29)
moped (1.5.3)
multi_json (1.12.1)
multipart-post (2.0.0)
newrelic_rpm (3.17.1.326)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
oj (1.4.7)
origin (1.1.0)
ox (2.4.5)
paint (1.0.1)
pony (1.11)
mail (>= 2.0)
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)
pry-rescue (1.4.4)
interception (>= 0.5)
pry
pry-stack_explorer (0.4.9.2)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
rack (1.6.5)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
raindrops (0.17.0)
rake (11.3.0)
ruby-hmac (0.4.0)
safe_yaml (1.0.4)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
slop (3.6.0)
tilt (2.0.5)
timecop (0.8.1)
typhoeus (1.1.0)
ethon (>= 0.9.0)
tzinfo (0.3.52)
unicorn (5.2.0)
kgio (~> 2.6)
raindrops (~> 0.7)
us-documents (0.3.0)
nokogiri
wirb (2.1.0)
paint (>= 0.9, < 2.0)
yajl-ruby (1.3.1)
PLATFORMS
ruby
DEPENDENCIES
congress
curb (~> 0.8)
docsplit (~> 0.6)
elasticsearch (~> 1.0)
mongoid (~> 3.1)
newrelic_rpm
nokogiri (~> 1.5)
oj (~> 1.0)
ox (~> 2.0)
paint
pony (~> 1.0)
pry
pry-nav
pry-rescue
pry-stack_explorer
rack (~> 1.0)
rack-test
rake
ruby-hmac
safe_yaml
sinatra (~> 1.0)
timecop (~> 0.7)
typhoeus
tzinfo
unicorn
us-documents
wirb
yajl-ruby (~> 1.3.1)
BUNDLED WITH
1.15.1