Sha256: 223495180302813b49a92fb594e8080ea79dcf54aae04719d9546e418adf041a

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

version: 2.1
orbs:
  ruby: circleci/ruby@0.1.2

jobs:
  build:
    docker:
      - image: cimg/ruby:3.0.0
    executor: ruby/default
    steps:
      - checkout
      - run:
          name: Which bundler?
          command: bundle -v
      - ruby/bundle-install
      - run: bundle exec rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xfrtuc-0.0.13 .circleci/config.yml