Sha256: feb7ab75e9c49ad609e4516752072183981a06b3b94b160b85c06cb749355a38
Contents?: true
Size: 646 Bytes
Versions: 2
Compression:
Stored size: 646 Bytes
Contents
version: '2' environment: DOCKER_RUBY_VERSION: 2.2 RUBY_IMAGE_TAG: 2.2-latest 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 rspec: service: app command: bundle exec rspec clean: service: app command: rm -f Gemfile.lock provision: - docker volume create --name bundler_data - dip clean - dip bundle install
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-mailru-oauth2-0.2.0 | dip.yml |
omniauth-mailru-oauth2-0.1.1 | dip.yml |