Bump ruby version to 2.6.5 (#4426)

Mise à jour vers Ruby 2.6.5
This commit is contained in:
Pierre de La Morinerie 2019-10-31 15:04:14 +01:00 committed by GitHub
commit f1536c6c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ version: 2
defaults: &defaults defaults: &defaults
working_directory: ~/tps working_directory: ~/tps
docker: docker:
- image: circleci/ruby:2.6.1-node-browsers - image: circleci/ruby:2.6.5-node-browsers
- image: circleci/postgres:9.5 - image: circleci/postgres:9.5
environment: environment:
POSTGRES_USER: tps_test POSTGRES_USER: tps_test
@ -13,12 +13,12 @@ defaults: &defaults
bundle_restore_cache: &bundle_restore_cache bundle_restore_cache: &bundle_restore_cache
restore_cache: restore_cache:
name: Restore Bundler Package Cache name: Restore Bundler Package Cache
key: bundle-install-v8-{{ arch }}-{{ checksum "Gemfile.lock" }} key: bundle-install-v9-{{ arch }}-{{ checksum "Gemfile.lock" }}
bundle_save_cache: &bundle_save_cache bundle_save_cache: &bundle_save_cache
save_cache: save_cache:
name: Save Bundler Package Cache name: Save Bundler Package Cache
key: bundle-install-v8-{{ arch }}-{{ checksum "Gemfile.lock" }} key: bundle-install-v9-{{ arch }}-{{ checksum "Gemfile.lock" }}
paths: paths:
- ~/vendor/bundle - ~/vendor/bundle

View file

@ -1 +1 @@
2.6.1 2.6.5