rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.13k stars 552 forks source link

🌈 Replace `set` usages with arrays #746

Closed deivid-rodriguez closed 3 years ago

deivid-rodriguez commented 3 years ago

Set has been gemified as of ruby 3.0.0. Since bundler vendors thor internally, it's helpful for bundler that thor doesn't use set, so that bundler doesn't activate the gem set too early and final users can still specify whichever version of set they want in their Gemfiles.

deivid-rodriguez commented 3 years ago

I took the chance to make sure that bundler works with all recent changes in thor's master branch. All good :+1:.

deivid-rodriguez commented 3 years ago

Thank you :heart: