Hacker News new | ask | show | jobs
by djur 2095 days ago
"Default gems" means that they're packaged as a gem but always implicitly available, as if you had included them in your Gemfile.

"Bundled gems" means the same thing, but you do have to include them in your Gemfile.

https://github.com/janlelis/stdgems#about-the-gemified-stand...

1 comments

Thank you for clarifying this for me. In that case, the rexml gem situation sounds like a demotion...