Sha256: 59d16bbb37655352e3850e6dbda3886773620f7746fd2f81e2fd49d60ea260c7

Contents?: true

Size: 364 Bytes

Versions: 2

Compression:

Stored size: 364 Bytes

Contents

dockerfile: |-
  RUN apk add --no-cache build-base git
  RUN gem update --system
  RUN gem install gem_hadar bundler
script: &script |-
  echo -e "\e[1m"
  ruby -v
  echo -e "\e[0m"
  bundle
  rake spec

fail_fast: true

images:
  ruby:3.2-alpine: *script
  ruby:3.1-alpine: *script
  ruby:3.0-alpine: *script
  ruby:2.7-alpine: *script
  ruby:2.6-alpine: *script

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
infobar-0.7.2 .all_images.yml
infobar-0.7.1 .all_images.yml