Sha256: 32799a378e68e590a63087969dc9aad8e092cb1024a2468f151ad0b043471eb4

Contents?: true

Size: 577 Bytes

Versions: 2

Compression:

Stored size: 577 Bytes

Contents

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

jobs:
  build:
    docker:
      - image: circleci/ruby:2.6.6-browsers
    executor: ruby/default
    steps:
      - checkout
      - run:
          name: Which bundler?
          command: bundle -v
      - ruby/install-deps
      - run:
          name: install imagemagick
          command: sudo apt-get install imagemagick ghostscript
      - run:
          name: tests
          command: bundle exec rake
      - run:
          name: audit
          command: bundle exec bundle-audit update && bundle exec bundle-audit check

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mojo_magick-0.6.2 .circleci/config.yml
mojo_magick-0.6.0 .circleci/config.yml