Description:

Adds gergich to gemfile
Creates a docker compose and docker setup for jenkins.
Includes code analysis and code coverage.
Can pass the following option: brakeman, eslint, rubocop, simplecov
If no options are passed it will install all of them

Example:

1) rails generate mickey

  This will create:
      build.sh
      bin/jekins
      Dockerfile
      docker-compost.test.yml

  This will inject:
      gergich
      brakeman
      eslint
      rubocop
      simplecov

2) rails generate mickey eslint rubocop

  This will create:
      build.sh
      bin/jekins
      Dockerfile
      docker-compost.test.yml

  This will inject:
      gergich
      eslint
      rubocop