gemstash
gemstash copied to clipboard
added fips flag
Description:
Currently gemstash is not usable in environments with fips enforcement. https://github.com/rubygems/gemstash/pull/195 Tried to resolve this but has stalled for 3 years since it seems this needs to be enabled with a flag. @olleolleolle updated the changeset to add such a flag, but the changes never made it back here. In the meantime the diff stopped applying cleanly, I have fixed that and opened this PR.
I have made this use the config file option fips instead of a flag.
- Fixes #194
- Replaces https://github.com/rubygems/gemstash/pull/195
I will abide by the code of conduct.
👋 Thanks for the interest in Gemstash.
There are tests covering the returned configuration, and they now fail. spec/gemstash/cli/info_spec.rb:74
spec/gemstash/cli/info_spec.rb
looks like there were some additional differences in that config too. i've addressed those so that spec passes now.
@benklop could you rebase this PR with master please, thank you! 🙇