-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.
Description
Motivation
As a project-author,
I want to skip Tomlrb as a dependency,
so that the number of dependencies of my gem are minimal.
Rationale:
- My in-house project is fine using YAML or JSON config files.
- My project already uses an a toml parser other than tomlrb.
Specification
- remove
s.add_dependency "tomlrb"frommixlib-config.gemspec
Downstream Impact
- Projects that want to use use Toml configs via the build-in
from_tomlorfrom_fileneed to add a dependency ontomlrbby themself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.