Is there a command to add gem to gemspec?
I know there is a command to add a gem to Gemfile: bundle add GEMNAME
, but is there a similar command to add a dependency to gemspec?
I know there is a command to add a gem to Gemfile: bundle add GEMNAME
, but is there a similar command to add a dependency to gemspec?