This layer adds my own configuration above the following other layers:
- ruby
- dap
- More DAP debugging templates
    - Ruby RSpec File
- execute rspecfor the current file
- Ruby RSpec File Single
- execute rspecfor the current file at cursor position
- Rails Server
- execute rails server
 
- Keybinding for rubocop auto correct file
mutant.el is a package which provides an interface for the mutant Ruby’s
  gem. More details in the author repository:
  https://github.com/p-lambert/mutant.el.
The following variables have been customized:
| Variable | Value | 
| mutant-cmd-base | “bundle exec mutant” (default is “mutant”) | 
To use this configuration layer, add it to your ~/.spacemacs. You will need to
  add gmmoreira-ruby to the existing dotspacemacs-configuration-layers list in this
  file.
  You also need to clone this repository in ~/.emacs.d/private directory.
git clone https://github.com/gmmoreira/ruby-spacemacs-layer.git ~/.emacs.d/private/gmmoreira-ruby| Key Binding | Description | 
|---|---|
| SPC d d d | dap-debug | 
| SPC m R F | rubocop-autocorrect-current-file | 
| SPC m c m f | mutant-check-file | 
| SPC m c m c | mutant-check-custom | 
