sreid99
sreid99
I'm getting a false positive from these Dockerfile lines : ``` ENV RAILS_ROOT="/usr/src/app/" COPY ../Gemfile ../Gemfile.lock ${RAILS_ROOT} ``` ``` CRITICAL: Slash is expected at the end of COPY command argument...
Is it possible to run autotest with spork ? I'm using test:unit not rspec, and have both spork and autotest running independently.
Is there some way to clear the cache automatically after a bundler update, rather than having to remember to run "faster_require --clear-cache" each time ?
Would it be possible to have support for OpenID connect authentication ? I have this working for terraform on github actions, with the exception of this site verification method, and...