I noticed that bundle add doesn't work as described in the README:
❯ bundle add "signalman", group: :development
Fetching gem metadata from https://rubygems.org/..........
Could not find gem 'signalman,' in rubygems repository https://rubygems.org/ or installed locally.
hey @excid3 👋🏻
I noticed that
bundle add
doesn't work as described in the README:The
group
should use a double-dash parameter.