Description:
Add gems to Gemfile
Example:
rails generate dockman:dockify:setup This will add the following to the Gemfile: gem 'spring-commands-rspec' gem 'guard-rspec', '~> 4.7', require: false gem "rspec-rails" gem 'rubocop'
Description:
Add gems to Gemfile
Example:
rails generate dockman:dockify:setup This will add the following to the Gemfile: gem 'spring-commands-rspec' gem 'guard-rspec', '~> 4.7', require: false gem "rspec-rails" gem 'rubocop'