Closed achiurizo closed 9 months ago
This removes FakeWeb and replaces it with webmock instead.
webmock
FakeWeb hasn't been updated in quite some time (7 years) and no longer works on Ruby 3.1+ it seems. This fixes our test suite and generation to instead use webmock.
FakeWeb
This removes FakeWeb and replaces it with
webmock
instead.FakeWeb
hasn't been updated in quite some time (7 years) and no longer works on Ruby 3.1+ it seems. This fixes our test suite and generation to instead usewebmock
.