bblimke/webmock

Versions 3.15.0 and 3.16.0 have been yanked. Please upgrade to 3.15.2, 3.16.2 or latest 3.17.1.

bblimke opened this issue · 0 comments

Versions 3.15.0 and 3.16.0 were incompatible with Ruby < 2.3, yet the required minimum Ruby version in the gemspec was 2.0.

Since version 3.17.0 requires Ruby 2.3, then all projects using Ruby < 2.3, when trying to upgrade WebMock version,
ended up installing incompatible version 3.16.0.

To prevent that, I have released new versions 3.15.1 and 3.16.1, with minimum Ruby version required 2.3,
and I have yanked versions 3.16.0 and 3.15.0 to prevent Ruby 2.0 projects from installing these incompatible versions.

Yanking these two releases was a bad idea, but I realized that too late and there is no un-yank command available.

I have released versions 3.15.2 and 3.16.2, which are still compatible with Ruby 2.0.

I'm sorry for the inconvenience to everyone who was affected.