Closed deivid-rodriguez closed 3 years ago
Thanks for merging! :heart:
I noticed though that according to https://github.com/rubygems/rubygems/pull/4709#issuecomment-870127055, Thread::Mutex
was introduced on ruby 2.3, and this library supports down to ruby 2.2 included. So this will break ruby 2.2 support.
I can:
Let me know which one you prefer.
We can drop 2.2, but let’s bump our version to 2.3 and add it to the changelog.
This upstreams this PR to the rubygems repository: https://github.com/rubygems/rubygems/pull/4709.
Using the explicit
Thread
namespace is the future-proof way of accessing these constants.