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

Use Integer class for checking integer instead of Fixnum #62

Merged
merged 3 commits into from
Feb 10, 2017

Commits on Feb 10, 2017

  1. Use Integer class for checking integer instead of Fixnum

    Since Fixnum and Bignum are unfied into Integer in Ruby 2.4+, a warning
    occurs for using Fixnum (or Bignum).
    makimoto committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    25b73e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e4bd7 View commit details
    Browse the repository at this point in the history
  3. Update json to 2.0.3

    json 1.8.3 cannot be build with Ruby 2.4
    makimoto committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    ddfb982 View commit details
    Browse the repository at this point in the history