-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove reference to Fixnum (removed in Ruby 3.2) #30
Conversation
https://bugs.ruby-lang.org/issues/12005 Bump Ruby requirement to 2.4+ accordingly.
9e37d38
to
820f456
Compare
71368e8
to
e071985
Compare
@@ -179,9 +174,9 @@ def load(params) | |||
# `load` is the behavior we want (in later versions, `load` uses `safe_load`, which doesn't support aliases and | |||
# requires allowlisting classes used in files. | |||
if Psych::VERSION < '3.3.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what version of Psych comes with Ruby 2.4?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.2.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too bad
Problems
Fixnum
is removed from Ruby 3.2+File.exists?
is removed from Ruby 3.2+Solution
File.exists?
withFile.exist?