wurmlab / afra

Genome Annotation for the Masses
http://afra.sbcs.qmul.ac.uk
Apache License 2.0
36 stars 21 forks source link

Dockerfile building - Ruby 2.0 vs 2.1 #42

Closed robsyme closed 9 years ago

robsyme commented 10 years ago

The file models/task.rb#L52 uses a required keyword argument. The required keywords feature only appeared in Ruby 2.1.0, but the docker image bmpvieira/afra-environment uses ruby 2.0, causing the docker build step to fail in my case. Two possile solutions are

  1. @bmpvieira can update his Dockerfile or
  2. the required keyword use can be removed?
yeban commented 10 years ago

Docker file should be updated.

yeban commented 9 years ago

43 should take care of that.

yeban commented 9 years ago

via b5cf4ad4475b214826821e995fdb928b2d1ca3f8