Sha256: f7f05827011a416bb136ad4f7f6a752d1290152b5f7b54af32d978524f5b0af7
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
.default: image: "ruby:${RUBY_VERSION}" before_script: - ruby -v - which ruby - gem install bundler - bundle install --jobs $(nproc) "${FLAGS[@]}" rspec: extends: - .default stage: test script: - bundle exec rspec parallel: matrix: - RUBY_VERSION: ['2.7', '3.0', '3.1', '3.2']
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitlab_chronic_duration-0.12.0 | .gitlab-ci.yml |
gitlab_chronic_duration-0.11.0 | .gitlab-ci.yml |