ohler55 / ox

Ruby Optimized XML Parser
http://www.ohler.com/ox
MIT License
900 stars 76 forks source link

CI: Fix CI error #357

Closed Watson1978 closed 3 months ago

Watson1978 commented 3 months ago

Since Ruby-HEAD fails to load some gems, this patch gives bundle exe so that gems are loaded via bundler. Similar with https://github.com/ohler55/oj/pull/924

This PR requires https://github.com/ohler55/ox/pull/355