5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 04:51:43 +00:00
This commit is contained in:
f 2019-10-27 16:52:19 -03:00
parent 96848d47dc
commit d9b1b09b04
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D
2 changed files with 1 additions and 12 deletions

View file

@ -234,7 +234,7 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
mobility (0.8.8)
mobility (0.8.9)
i18n (>= 0.6.10, < 2)
request_store (~> 1.0)
net-scp (2.0.0)

View file

@ -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)