Sha256: 7a3d3a08f682c44f42c354df71cfa645d524ef426d6a949d7213f88acb6c6f36

Contents?: true

Size: 283 Bytes

Versions: 5

Compression:

Stored size: 283 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: yes

images:
  ruby:3.2-alpine: *script
  ruby:3.1-alpine: *script

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
betterlog-2.0.4 .all_images.yml
betterlog-2.0.3 .all_images.yml
betterlog-2.0.2 .all_images.yml
betterlog-2.0.1 .all_images.yml
betterlog-2.0.0 .all_images.yml