Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Psych::ScalarScanner on Ruby 3.0.0
Remove the option strict_integer, it was introduced on Ruby 3.2.0 but we don't really need it. Removing it, we make the code compatible from 3.0.0 to 3.2.0 at least. Related MR: ruby/psych#537
- Loading branch information