mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:31:41 +00:00
mobility
This commit is contained in:
parent
96848d47dc
commit
d9b1b09b04
2 changed files with 1 additions and 12 deletions
|
@ -234,7 +234,7 @@ GEM
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
mobility (0.8.8)
|
mobility (0.8.9)
|
||||||
i18n (>= 0.6.10, < 2)
|
i18n (>= 0.6.10, < 2)
|
||||||
request_store (~> 1.0)
|
request_store (~> 1.0)
|
||||||
net-scp (2.0.0)
|
net-scp (2.0.0)
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- lib/mobility/arel/visitor.rb.orig 2019-08-29 14:20:24.180122614 -0300
|
|
||||||
+++ lib/mobility/arel/visitor.rb 2019-08-29 14:18:38.146723362 -0300
|
|
||||||
@@ -14,7 +14,7 @@
|
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
- def visit(object)
|
|
||||||
+ def visit(object, collection = nil)
|
|
||||||
super
|
|
||||||
rescue TypeError
|
|
||||||
visit_default(object)
|
|
Loading…
Reference in a new issue