Sha256: c2a9f5d546bac404984ed5a33118055981b872a59d76f75f896f4653d1e03d66

Contents?: true

Size: 400 Bytes

Versions: 5

Compression:

Stored size: 400 Bytes

Contents

.spec: &spec
  tags:
    - docker
  script:
    - bundle install --path vendor --without production --jobs $(nproc) > /dev/null
    - gem build pry-try.gemspec
    - gem install *.gem
    - echo 'puts "Hello AS " + ActiveSupport.version.to_s;exit' | pry-try activesupport '~> 4.0'

spec2.1:
  image: ruby:2.1
  <<: *spec

spec2.3:
  image: ruby:2.3
  <<: *spec

spec2.4:
  image: ruby:2.4
  <<: *spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pry-try-0.3.4 .gitlab-ci.yml
pry-try-0.3.3 .gitlab-ci.yml
pry-try-0.3.1 .gitlab-ci.yml
pry-try-0.3.0 .gitlab-ci.yml
pry-try-0.2.3 .gitlab-ci.yml