Sha256: f2cde3947ab50441a86f0a462c114f53072fb16abb883bee5da060a6afe96408

Contents?: true

Size: 684 Bytes

Versions: 1

Compression:

Stored size: 684 Bytes

Contents

version: '1'

environment:
  DOCKER_RUBY_VERSION: 2.3
  RUBY_IMAGE_TAG: 2.3-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

  appraisal:
    service: app
    command: bundle exec appraisal

  rspec:
    service: app
    command: bundle exec appraisal bundle exec rspec

  clean:
    service: app
    command: rm -rf Gemfile.lock gemfiles

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
string_tools-0.16.0 dip.yml