Commit 155fc4b
committed
(PUP-11723) Remove concurrent-ruby private class
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.1 parent 0fb80ba commit 155fc4b
3 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
7 | 4 | | |
0 commit comments