frictionlessdata/datapackage-rb

Fix development and tests for Ruby 2.4

georgiana-b opened this issue · 4 comments

Currently datapackage raises an error when installed on Ruby 2.4.1.

This depends on the new FakeWeb release which, according to chrisk/fakeweb#57 is coming soon.

There hasnt yet been a new release of fakeweb. What do others think about migrating to use webmock instead, which has more regular support?

Hey y'all! User of the gem here and in the process of installing it locally to develop on it (at which point I ran into this issue). Just want to +1 the suggestion to move to webmock. =]

roll commented

Merging into #53