1- GIT
2- remote: https://github.com/richmolj/active_model_serializers.git
3- revision: 1dc2b74059731339f4df3e7882fd949e20433013
4- specs:
5- active_model_serializers (0.10.2)
6- actionpack (>= 4.1, < 6)
7- activemodel (>= 4.1, < 6)
8- jsonapi (~> 0.1.1.beta2)
9- railties (>= 4.1, < 6)
10-
111PATH
122 remote: ../
133 specs:
14- jsonapi_compliable (0.3.4)
15- active_model_serializers (~> 0.10)
16- jsonapi (~> 0.1.1.beta2)
17- jsonapi_ams_extensions (~> 0.1)
18- rails (>= 4.1, < 6)
4+ jsonapi_compliable (0.4.0)
5+ jsonapi-serializable (~> 0.1)
196
207GEM
218 remote: https://rubygems.org/
6148 thor (>= 0.14.0)
6249 arel (6.0.3)
6350 builder (3.2.2)
64- byebug (9.0.5 )
51+ byebug (9.0.6 )
6552 coderay (1.1.1)
66- concurrent-ruby (1.0.2 )
53+ concurrent-ruby (1.0.4 )
6754 database_cleaner (1.5.3)
6855 diff-lcs (1.2.5)
6956 erubis (2.7.0)
8774 rspec (>= 2.99.0, < 4.0)
8875 i18n (0.7.0)
8976 json (1.8.3)
90- jsonapi (0.1.1.beta2)
91- json (~> 1.8)
92- jsonapi_ams_extensions (0.1.1)
93- active_model_serializers (~> 0.10.x)
94- jsonapi_spec_helpers (0.2.0)
77+ jsonapi-deserializable (0.1.1)
78+ jsonapi-parser (= 0.1.1)
79+ jsonapi-parser (0.1.1)
80+ jsonapi-rails (0.1.1)
81+ jsonapi-rb (= 0.1.1)
82+ jsonapi-rb (0.1.1)
83+ jsonapi-deserializable (= 0.1.1)
84+ jsonapi-serializable (= 0.1.1)
85+ jsonapi-renderer (0.1.1)
86+ jsonapi-serializable (0.1.1)
87+ jsonapi-renderer (= 0.1.1)
9588 kaminari (0.17.0)
9689 actionpack (>= 3.0.0)
9790 activesupport (>= 3.0.0)
@@ -109,23 +102,21 @@ GEM
109102 mime-types-data (~> 3.2015)
110103 mime-types-data (3.2016.0521)
111104 mini_portile2 (2.1.0)
112- minitest (5.9.0 )
105+ minitest (5.10.1 )
113106 nenv (0.3.0)
114- nokogiri (1.6.8)
107+ nokogiri (1.6.8.1 )
115108 mini_portile2 (~> 2.1.0)
116- pkg-config (~> 1.1.7)
117109 notiffany (0.1.1)
118110 nenv (~> 0.1)
119111 shellany (~> 0.0)
120- pkg-config (1.1.7)
121112 pry (0.10.4)
122113 coderay (~> 1.1.0)
123114 method_source (~> 0.8.1)
124115 slop (~> 3.4)
125- pry-byebug (3.4.0 )
116+ pry-byebug (3.4.2 )
126117 byebug (~> 9.0)
127118 pry (~> 0.10)
128- rack (1.6.4 )
119+ rack (1.6.5 )
129120 rack-test (0.6.3)
130121 rack (>= 1.0)
131122 rails (4.2.7.1)
@@ -153,14 +144,14 @@ GEM
153144 rake (>= 0.8.7)
154145 thor (>= 0.18.1, < 2.0)
155146 rake (10.5.0)
156- rb-fsevent (0.9.7 )
147+ rb-fsevent (0.9.8 )
157148 rb-inotify (0.9.7)
158149 ffi (>= 0.5.0)
159150 rspec (3.5.0)
160151 rspec-core (~> 3.5.0)
161152 rspec-expectations (~> 3.5.0)
162153 rspec-mocks (~> 3.5.0)
163- rspec-core (3.5.3 )
154+ rspec-core (3.5.4 )
164155 rspec-support (~> 3.5.0)
165156 rspec-expectations (3.5.0)
166157 diff-lcs (>= 1.2.0, < 2.0)
177168 rspec-mocks (~> 3.5.0)
178169 rspec-support (~> 3.5.0)
179170 rspec-support (3.5.0)
180- ruby_dep (1.4 .0)
171+ ruby_dep (1.5 .0)
181172 shellany (0.0.1)
182173 slop (3.6.0)
183174 sprockets (3.7.0)
187178 actionpack (>= 4.0)
188179 activesupport (>= 4.0)
189180 sprockets (>= 3.0.0)
190- sqlite3 (1.3.11 )
191- thor (0.19.1 )
181+ sqlite3 (1.3.12 )
182+ thor (0.19.4 )
192183 thread_safe (0.3.5)
193184 tzinfo (1.2.2)
194185 thread_safe (~> 0.1)
@@ -197,14 +188,14 @@ PLATFORMS
197188 ruby
198189
199190DEPENDENCIES
200- active_model_serializers!
191+ activerecord (>= 4.1, < 6)
201192 appraisal
202193 bundler (~> 1.12)
203194 database_cleaner
204195 guard
205196 guard-rspec
197+ jsonapi-rails (~> 0.1)
206198 jsonapi_compliable!
207- jsonapi_spec_helpers
208199 kaminari
209200 pry
210201 pry-byebug
@@ -214,4 +205,4 @@ DEPENDENCIES
214205 sqlite3
215206
216207BUNDLED WITH
217- 1.12.5
208+ 1.13.6
0 commit comments