Sha256: 72e7257ae82046e308e5a3d20f097ce948f7a5bb07dac6f93d7357c7db4841fe
Contents?: true
Size: 329 Bytes
Versions: 11
Compression:
Stored size: 329 Bytes
Contents
services: ruby: image: ruby:${RUBY_VERSION:-3.2} environment: HISTFILE: /app/tmp/.bash_history BUNDLE_PATH: /usr/local/bundle BUNDLE_CONFIG: /app/.bundle/config command: bash working_dir: /app volumes: - .:/app:cached - bundler_data:/usr/local/bundle volumes: bundler_data:
Version data entries
11 entries across 11 versions & 1 rubygems