dip.yml in apress-api-1.24.0 vs dip.yml in apress-api-1.24.2
- old
+ new
@@ -1,10 +1,10 @@
version: '1'
environment:
- DOCKER_RUBY_VERSION: 2.2
- RUBY_IMAGE_TAG: 2.2-latest
+ DOCKER_RUBY_VERSION: 2.3
+ RUBY_IMAGE_TAG: 2.3-latest
POSTGRES_IMAGE_TAG: 9.6-0.7.0
COMPOSE_FILE_EXT: development
RAILS_ENV: test
APRESS_GEMS_CREDENTIALS: ""
@@ -37,12 +37,13 @@
service: app
command: bundle exec appraisal bundle exec rspec
clean:
service: app
- command: rm -f Gemfile.lock gemfiles/*.gemfile.*
+ command: rm -rf Gemfile.lock gemfiles/
provision:
- docker volume create --name bundler_data
+ - dip bundle config --local https://gems.railsc.ru/ ${APRESS_GEMS_CREDENTIALS}
- dip clean
- dip bundle install
- dip appraisal install