Sha256: e2317175caf43cfab4546078fa2841df8269b2fa169f61b54fbe031fe604246d

Contents?: true

Size: 292 Bytes

Versions: 1

Compression:

Stored size: 292 Bytes

Contents

# This file is used to compare changes with "original" version of this gem.
FROM ruby:1.9.3

RUN mkdir /app
COPY . /app
WORKDIR /app

RUN bundle install
RUN gem install appraisal -v 0.5.2
RUN bundle exec rake test
#RUN bundle exec rake appraisal:install
#CMD bundle exec rake appraisal test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
state_machine_updated_for_ruby_3_2-2.0.0 Dockerfile