Skip to content
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

warning: constant ::Fixnum is deprecated #55

Closed
MatUrbanski opened this issue Jan 23, 2017 · 1 comment
Closed

warning: constant ::Fixnum is deprecated #55

MatUrbanski opened this issue Jan 23, 2017 · 1 comment

Comments

@MatUrbanski
Copy link

Gem is incompatible with Ruby 2.4. The following line is causing an issue:

lib/roxml/definition.rb:156: warning: constant ::Fixnum is deprecated
@b4ugh
Copy link

b4ugh commented Jan 30, 2017

+1

romuloceccon added a commit to romuloceccon/roxml that referenced this issue Aug 7, 2017
Fixnum is deprecated in Ruby 2.4. Integers will now be handled like
Fixnum was in previous versions of Ruby.

Fixes issue Empact#55.
romuloceccon added a commit to romuloceccon/roxml that referenced this issue Aug 7, 2017
Fixnum is deprecated in Ruby 2.4. Integers will now be handled like
Fixnum was in previous versions of Ruby.

Fixes issue Empact#55.
@Empact Empact closed this as completed Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants