builder icon indicating copy to clipboard operation
builder copied to clipboard

removed Fixnum reference

Open sujangandikote opened this issue 7 years ago • 4 comments

Fixnum and Bignum are combined into Integer class Since Ruby-2.4.0 release. This fix is to remove all Fixnum reference.

sujangandikote avatar Dec 12 '17 01:12 sujangandikote

@tenderlove Do you have a commit bit of this repository? I always get the warnings that are builder-2.1.2/lib/builder/xchar.rb:22: warning: constant ::Fixnum is deprecated when I invoked rubygems and bundler tests.

hsbt avatar Feb 18 '19 01:02 hsbt

@hsbt no, but I have gem release access. Send the PR here: https://github.com/tenderlove/builder

tenderlove avatar Feb 18 '19 01:02 tenderlove

@tenderlove Thanks, I understood it.

hsbt avatar Feb 18 '19 02:02 hsbt

@sujangandikote looks like this has been merged in tenderlove. can we close?

kbrock avatar Feb 19 '24 23:02 kbrock