leesharma / rescuetime

Ruby interface to the RescueTime APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix ruby 2.4 compatability

leesharma opened this issue · comments

It looks like ruby 2.4+ breaks the build. The gem should be compatible with the current version of ruby.

@leesharma fixing it is just adding a require 'net/http'

Just added it outside the gem and all works