TSheetsTeam / api_ruby

MIT License
1 stars 13 forks source link

Change Fixnum to Integer to avoid deprecation warnings #4

Closed nickclyde closed 6 years ago

nickclyde commented 7 years ago

This is to avoid the following deprecation warning that pops up repeatedly when running Rails tasks:

/home/user/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/bundler/gems/api_ruby-5f9fb0372485/lib/tsheets/repository.rb:8: warning: constant ::Fixnum is deprecated
mpmontanez commented 6 years ago

@greggersh Do you mind merging in this pull request?

scottjeide commented 6 years ago

Thanks @mpmontanez and @ClydeDroid!