Sha256: b50521352c94de8206e144d3fb86d6259fb8ff58581e920a3bd71f6690c64e23
Contents?: true
Size: 672 Bytes
Versions: 1
Compression:
Stored size: 672 Bytes
Contents
version: '1' environment: DOCKER_RUBY_VERSION: 2.2 RUBY_IMAGE_TAG: 2.2-latest POSTGRES_IMAGE_TAG: 9.3-latest COMPOSE_FILE_EXT: development RAILS_ENV: test compose: files: - docker-compose.yml - docker-compose.${COMPOSE_FILE_EXT}.yml interaction: sh: service: app 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_hstore_accessor-0.3.1 | dip.yml |