Sha256: b1c362bc81cdbe4494f74d0924a74e7a2a1224ead7f91fa5a54f6a630c31caba
Contents?: true
Size: 374 Bytes
Versions: 14
Compression:
Stored size: 374 Bytes
Contents
# Use the latest 2.1 version of CircleCI pipeline processing engine, see https://circleci.com/docs/2.0/configuration-reference/ version: 2.1 jobs: build: docker: - image: circleci/ruby:2.6.3-stretch-node steps: - checkout - run: gem update --system - run: gem install bundler - run: bundle install - run: bundle exec rake spec
Version data entries
14 entries across 14 versions & 1 rubygems