Sha256: ca3a850c97a25e6e6a945f39b5391ba3ca04d9e40acfba4edd35c711a69b4c42

Contents?: true

Size: 272 Bytes

Versions: 8

Compression:

Stored size: 272 Bytes

Contents

image: "ruby:3.0-alpine"

cache:
  paths:
    - vendor/ruby
  key: ruby-3.0

before_script:
  - apk add --update git
  - gem install bundler
  - bundle install --path vendor/ruby

rubocop:
  script:
    - bundle exec rubocop

rspec:
  script:
    - bundle exec rspec spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
grape-path-helpers-2.0.1 .gitlab-ci.yml
grape-path-helpers-2.0.0 .gitlab-ci.yml
grape-path-helpers-1.7.1 .gitlab-ci.yml
grape-path-helpers-1.7.0 .gitlab-ci.yml
grape-path-helpers-1.6.3 .gitlab-ci.yml
grape-path-helpers-1.6.2 .gitlab-ci.yml
grape-path-helpers-1.6.1 .gitlab-ci.yml
grape-path-helpers-1.6.0 .gitlab-ci.yml