.circleci/config.yml in truemail-2.7.1 vs .circleci/config.yml in truemail-2.7.2
- old
+ new
@@ -4,11 +4,11 @@
working_directory: ~/truemail
docker:
- image: cimg/ruby:<< parameters.ruby-version >>
orbs:
- ruby: circleci/ruby@1.4.0
+ ruby: circleci/ruby@1.7.1
references:
restore_bundle_cache: &restore_bundle_cache
restore_cache:
keys:
@@ -120,10 +120,10 @@
- image: cimg/ruby:<< parameters.ruby-version >>
steps:
- checkout
- <<: *use_compatible_gemspec
- ruby/install-deps:
- bundler-version: "2.3.8"
+ bundler-version: "2.3.12"
with-cache: false
path: './vendor/custom_bundle'
- <<: *install_system_dependencies
- run:
name: Running compatibility tests