Commit 885e74c
committed
refs: ruby-grape#185 gemspec requires multi_json >= 1.3.2
MultiJson.dump was introduced in version 1.3.2.
An alternative approach would be to use MultiJson.encode if
MultiJson.dump is not available.1 parent 1742bbc commit 885e74c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments