You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/pry-rails-0.3.11/scenarios.yml

31 lines
570 B

project: pryrails
shared:
from: ruby:2.4
cmd: "(bundle check || (gem install bundler && bundle install)) && bundle exec rake"
service:
volumes:
- bundle_{{scenario_name}}:/usr/local/bundle
environment:
BUNDLE_GEMFILE: scenarios/{{scenario_name}}.gemfile
volumes:
bundle_{{scenario_name}}:
scenarios:
rails30:
from: ruby:2.0
rails31:
from: ruby:2.0
rails32:
from: ruby:2.0
rails40:
from: ruby:2.3
rails41:
from: ruby:2.3
rails42: {}
rails50: {}
rails51: {}
rails52: {}
rails60:
from: ruby:2.5