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

Version Path
afterpay-0.6.0 .circleci/config.yml
swiss-klarna_proxy-1.0.0 .circleci/config.yml
afterpay-0.5.0 .circleci/config.yml
afterpay-0.4.0 .circleci/config.yml
klarna_proxy-0.9.3 .circleci/config.yml
afterpay-0.3.0 .circleci/config.yml
afterpay-0.2.0 .circleci/config.yml
afterpay-0.1.0 .circleci/config.yml