Sha256: 036488ecbfd9072c1caa05dbeae662b930ad2643634823e685f5d2f0e727b42d

Contents?: true

Size: 681 Bytes

Versions: 12

Compression:

Stored size: 681 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

  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 bundle install
  - dip appraisal install

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
string_tools-0.15.0 dip.yml
string_tools-0.14.0 dip.yml
string_tools-0.13.0 dip.yml
string_tools-0.12.2 dip.yml
string_tools-0.12.1 dip.yml
string_tools-0.12.0 dip.yml
string_tools-0.11.1 dip.yml
string_tools-0.11.0 dip.yml
string_tools-0.10.1 dip.yml
string_tools-0.10.0 dip.yml
string_tools-0.9.1 dip.yml
string_tools-0.9.0 dip.yml