calebhearth / formulaic

Simplify form filling with Capybara
MIT License
552 stars 29 forks source link

Use Integer instead of deprecated Fixnum #62

Closed mike-burns closed 7 years ago

mike-burns commented 7 years ago

Ruby 2.4 has deprecated the Fixnum and Bignum constants in favor of the Integer constant. For backward compatibility, use 1.class to find the class of an integer.

Closes #61.

calebhearth commented 7 years ago

@mike-burns Can I get the commit bit for Formulaic, please? I'll get this merged & make sure we're testing the newest Ruby versions.

calebhearth commented 7 years ago

The failure is fine as it's from the version of Ruby I'm going to drop support for.