Sha256: 7e31949fd3a2c4f076915d2b3f47dc35d70462980bf2aaef24aa06ae89407f1f

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

version: 2.1
jobs:
  build:
    docker:
      - image: ruby:3.0.0
    steps:
      - checkout
      - run:
          name: Run the default task
          command: |
            gem install bundler -v 2.2.11
            bundle install
            bundle exec rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yamls-0.1.0 .circleci/config.yml