mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:44:49 +08:00
FIX: downgrade oj (#14217)
We appear to be having memory issues with oj leading to stuck proccesses see: https://github.com/ohler55/oj/pull/695#issuecomment-911012672 not certain this will fix the issue, but worth a shot
This commit is contained in:
parent
ef0471d7ae
commit
0183d51070
|
@ -260,7 +260,7 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (>= 1.2, < 3)
|
||||
oj (3.13.3)
|
||||
oj (3.13.2)
|
||||
omniauth (1.9.1)
|
||||
hashie (>= 3.4.6)
|
||||
rack (>= 1.6.2, < 3)
|
||||
|
|
Loading…
Reference in New Issue
Block a user