Sha256: 21390413a6e33735fa2a744523cbc198d1927acb9a2d4b5eadd237b9886f15f3
Contents?: true
Size: 478 Bytes
Versions: 8
Compression:
Stored size: 478 Bytes
Contents
jobs: build: docker: - image: 'cimg/ruby:2.7' environment: RAILS_ENV: test steps: - checkout - run: name: 'Generate Gemfile.lock' command: bundle lock when: always - ruby/install-deps - ruby/rubocop-check: format: progress label: Inspecting with Rubocop - ruby/rspec-test orbs: ruby: circleci/ruby@1.1.4 version: 2.1 workflows: build_and_test: jobs: - build
Version data entries
8 entries across 8 versions & 3 rubygems