You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit, Puppet relied on the
Concurrent::RubyThreadLocalVar private class in concurrent-ruby.
This private class was removed in concurrent-ruby v1.2.0:
ruby-concurrency/concurrent-ruby@30465396
This commit updates Puppet::ThreadLocal to use
Concurrent::ThreadLocalVar instead of Concurrent::RubyThreadLocalVar
and updates Puppet's dependency on concurrent-ruby to remove the
pin to < v1.2.0.
0 commit comments