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
The last update broke my pipeline.
I get the following Error:
bundle exec rake syntax
rake aborted!
NameError: uninitialized constant Concurrent::RubyThreadLocalVar
Did you mean? Concurrent::RubyThreadPoolExecutor
I now hardcoded it tot version 1.1.10 and it works again.
So in one of the merges this variable disappeared, but can't really see this change in any of the PR's