Sha256: e2185f84d0424e8deebfbe3c5c192c86723474b55b5bf906ed17dc4d0fafeb98

Contents?: true

Size: 751 Bytes

Versions: 2

Compression:

Stored size: 751 Bytes

Contents

version: '1'

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

2 entries across 2 versions & 1 rubygems

Version Path
findit-1.4.0 dip.yml
findit-1.3.0 dip.yml