forked from ruby-grape/grape-active_model_serializers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
114 lines (111 loc) · 2.51 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
PATH
remote: .
specs:
grape-active_model_serializers (0.1.0)
active_model_serializers
activerecord
grape (~> 0.3)
i18n
tilt
GEM
remote: https://rubygems.org/
specs:
active_model_serializers (0.7.0)
activemodel (>= 3.0)
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)
activerecord-nulldb-adapter (0.2.3)
activerecord (>= 2.0.0)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
arel (3.0.2)
backports (2.6.7)
binding_of_caller (0.7.1)
debug_inspector (>= 0.0.1)
builder (3.0.4)
coderay (1.0.9)
columnize (0.3.6)
debug_inspector (0.0.2)
debugger (1.5.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.0)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.0)
descendants_tracker (0.0.1)
diff-lcs (1.1.3)
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.3)
i18n (0.6.1)
interception (0.3)
method_source (0.8.1)
multi_json (1.7.2)
multi_xml (0.5.3)
plymouth (0.3.3)
pry-exception_explorer (~> 0.1.7)
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pry-debugger (0.2.2)
debugger (~> 1.3)
pry (~> 0.9.10)
pry-exception_explorer (0.1.9)
pry-stack_explorer (>= 0.3.9)
pry-rescue (1.1.0)
interception (>= 0.3)
pry
pry-stack_explorer (0.4.9)
binding_of_caller (>= 0.7)
pry (~> 0.9.11)
rack (1.5.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-test (0.6.2)
rack (>= 1.0)
rake (10.0.4)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
slop (3.4.4)
tilt (1.3.6)
tzinfo (0.3.37)
virtus (0.5.4)
backports (~> 2.6.1)
descendants_tracker (~> 0.0.1)
PLATFORMS
ruby
DEPENDENCIES
activerecord-nulldb-adapter
grape-active_model_serializers!
plymouth
pry
pry-debugger
pry-rescue
pry-stack_explorer
rack-test
rake
rspec (~> 2.12.0)