lenon/git_bumper

View on GitHub
docker-compose.yml

Summary

Maintainability
Test Coverage
version: '2'
services:
  gem:
    build: .
    command: bundle exec rspec
    volumes:
      - .:/code