Sha256: b325e0ad9c1abfaa0a5d55f06333a49c50fb521bf3456077294408a2de3dfc18

Contents?: true

Size: 604 Bytes

Versions: 3

Compression:

Stored size: 604 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
      - ruby/rubocop-check

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mojo_magick-0.6.5 .circleci/config.yml
mojo_magick-0.6.4 .circleci/config.yml
mojo_magick-0.6.3 .circleci/config.yml