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

[Backport] Fixnum and Bignum are deprecated on Ruby trunk #442

Merged
merged 4 commits into from Dec 19, 2016
Merged

[Backport] Fixnum and Bignum are deprecated on Ruby trunk #442

merged 4 commits into from Dec 19, 2016

Commits on Dec 17, 2016

  1. Fixnum and Bignum are deprecated on Ruby trunk

    There's no reason to use different markers for Fixnum and Bignum anyway,
    so unify them to Integer: our version change already bumps the digest.
    matthewd authored and maclover7 committed Dec 17, 2016
    Copy the full SHA
    65d2fb6 View commit details
    Browse the repository at this point in the history
  2. Backport test changes from a4001a4

    Forgot to put this in the original backport commit 😬
    maclover7 committed Dec 17, 2016
    Copy the full SHA
    9c2c5f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Copy the full SHA
    d62bf7b View commit details
    Browse the repository at this point in the history
  2. Update Sprockets::Utils#duplicable? for Ruby 2.4+

    This is very similar to rails/rails@2cb8558.
    maclover7 committed Dec 18, 2016
    Copy the full SHA
    d47639f View commit details
    Browse the repository at this point in the history