Sha256: 3cb020908cd6ee4ac5a2fd39c4654e0f0cf10debf6a4a3d554abe9bfe8fa7880

Contents?: true

Size: 400 Bytes

Versions: 7

Compression:

Stored size: 400 Bytes

Contents

version: '3'

services:
  ruby-3.1:
    build:
      context: .
      args: 
        RUBY_VERSION: 3.1
  ruby-3.0:
    build:
      context: .
      args: 
        RUBY_VERSION: 3.0
  ruby-2.7:
    build:
      context: .
      args: 
        RUBY_VERSION: 2.7
        BUNDLERV: "-v 2.2.28"
  ruby-2.6:
    build:
      context: .
      args: 
        RUBY_VERSION: 2.6
        BUNDLERV: "-v 2.4.22"

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
net-ssh-7.3.0 docker-compose.yml
net-ssh-7.3.0.rc1 docker-compose.yml
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/docker-compose.yml
net-ssh-7.2.3 docker-compose.yml
net-ssh-7.2.2.rc1 docker-compose.yml
net-ssh-7.2.1 docker-compose.yml
net-ssh-7.2.1.rc1 docker-compose.yml