mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FIX: binding_of_caller not working on Ruby 2.5
This commit is contained in:
parent
9d8df812dd
commit
107eb5d830
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ GEM
|
|||
coderay (>= 1.0.0)
|
||||
erubis (>= 2.6.6)
|
||||
rack (>= 0.9.0)
|
||||
binding_of_caller (0.7.2)
|
||||
binding_of_caller (0.8.0)
|
||||
debug_inspector (>= 0.0.1)
|
||||
bootsnap (1.0.0)
|
||||
msgpack (~> 1.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue