You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(maint) provide a workaround for Psych::SyntaxError
In ruby 1.9.3 Psych::SyntaxError is a RuntimeException this still needs to
catch that and work also on rubies that do not have Psych available.
This was uncovered by the recent move to catch StandardError rather than the
catchall that was there before.
0 commit comments