Sha256: dd729d1db82556ed7a6fdf84a58ccd8fe78ebb6934d68d35ee055ae7cbde9d1f
Contents?: true
Size: 813 Bytes
Versions: 4
Compression:
Stored size: 813 Bytes
Contents
version: '1' environment: DOCKER_RUBY_VERSION: 2.2 RUBY_IMAGE_TAG: 2.2-latest POSTGRES_IMAGE_TAG: 9.6-0.7.0 COMPOSE_FILE_EXT: development RAILS_ENV: test APRESS_GEMS_CREDENTIALS: "" 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
apress-api-1.24.0 | dip.yml |
apress-api-1.23.0 | dip.yml |
apress-api-1.22.1 | dip.yml |
apress-api-1.22.0 | dip.yml |