Sha256: 831c9862cf75e0d2bb93c81e635f844d000a10095036e3763deb6829922f45bc
Contents?: true
Size: 776 Bytes
Versions: 2
Compression:
Stored size: 776 Bytes
Contents
version: '2' environment: BUNDLE_GEMFILE: /app/Gemfile compose: files: - docker-compose.yml interaction: bash: service: app compose_run_options: [no-deps] app: service: app subcommands: console: command: ./bin/console clean: command: rm -rf Gemfile.lock gemfiles/*.gemfile.* bundle: service: app command: bundle compose_run_options: [no-deps] appraisal: service: app command: bundle exec appraisal compose_run_options: [no-deps] rspec: service: app command: bundle exec appraisal bundle exec rspec rubocop: service: app command: bundle exec rubocop compose_run_options: [no-deps] provision: - dip app clean - dip bundle install - dip appraisal install
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerecord-data_integrity-0.2.1 | dip.yml |
activerecord-data_integrity-0.1.0 | dip.yml |