excid3 / signalman

Development tools for Ruby on Rails
MIT License
105 stars 7 forks source link

Fixing `bundle add` instructions #4

Closed luizkowalski closed 1 year ago

luizkowalski commented 1 year ago

hey @excid3 👋🏻

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.

The group should use a double-dash parameter.

excid3 commented 1 year ago

Yep thanks!