Sha256: ef534ec1d4253cf25af901b2dd14b3cd9a077903a3e414481fde760215c61cb5
Contents?: true
Size: 473 Bytes
Versions: 8
Compression:
Stored size: 473 Bytes
Contents
version: 2.1 orbs: ruby: circleci/ruby@0.1.2 jobs: build: docker: - image: circleci/ruby:2.6.3-stretch-node - image: circleci/redis:4.0.12-alpine executor: ruby/default steps: - checkout - run: name: Which bundler? command: bundle -v - ruby/bundle-install - run: name: Run tests environment: REDIS_URL: redis://127.0.0.1:6379 command: bundle exec rspec spec
Version data entries
8 entries across 8 versions & 1 rubygems