-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
50 lines (48 loc) · 904 Bytes
/
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
GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
backports (2.6.7)
bson (1.8.5)
builder (3.2.0)
descendants_tracker (0.0.1)
grape (0.4.1)
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
hashie (2.0.4)
i18n (0.6.1)
mongo (1.8.5)
bson (~> 1.8.5)
multi_json (1.7.2)
multi_xml (0.5.3)
nokogiri (1.5.9)
oj (2.0.12)
rack (1.5.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-mount (0.8.3)
rack (>= 1.0.0)
virtus (0.5.4)
backports (~> 2.6.1)
descendants_tracker (~> 0.0.1)
PLATFORMS
ruby
DEPENDENCIES
grape
mongo
multi_json
nokogiri
oj
rack
rack-contrib