Sha256: fc9796cb6c1889c95d1ca4a4f453b24738500189da167c53394efa2fe9ab9c91
Contents?: true
Size: 684 Bytes
Versions: 4
Compression:
Stored size: 684 Bytes
Contents
version: '1' environment: DOCKER_RUBY_VERSION: 2.4 RUBY_IMAGE_TAG: 2.4-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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
string_tools-1.3.0 | dip.yml |
string_tools-1.2.0 | dip.yml |
string_tools-1.1.0 | dip.yml |
string_tools-1.0.0 | dip.yml |