Sha256: c0747cbe182a9edc726f9a70f5728e8993fb4c29a9a580a63b8274136cc2b1d8

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

# This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at:
image: ruby:latest

# Cache gems in between builds
cache:
  paths:
  - .bundle

# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres
before_script:
- ruby -v                                     # Print out ruby version for debugging
- gem install bundler --no-ri --no-rdoc       # Bundler is not installed with the image
- bundle install -j $(nproc) --path=".bundle" # Install dependencies into ./.bundle

rake:
  script:
  - rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
development-toolbox-0.1.0 .gitlab-ci.yml