Sha256: 0a5aca56ab347a48b7d1fa049436a3c4dfc4e70614b35954c931223e76259ff2
Contents?: true
Size: 751 Bytes
Versions: 1
Compression:
Stored size: 751 Bytes
Contents
version: '1' environment: DOCKER_RUBY_VERSION: 2.4 RUBY_IMAGE_TAG: 2.4-latest COMPOSE_FILE_EXT: development RAILS_ENV: test compose: files: - docker-compose.yml - docker-compose.${COMPOSE_FILE_EXT}.yml interaction: sh: service: app irb: service: app command: irb bundle: service: app command: bundle rake: service: app command: bundle exec rake appraisal: service: app command: bundle exec appraisal rspec: service: app command: bundle exec appraisal bundle exec rspec clean: service: app command: rm -f Gemfile.lock gemfiles/*.gemfile.* provision: - docker volume create --name bundler_data - dip clean - dip bundle install - dip appraisal install
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slaver-0.2.3 | dip.yml |