On 23 June 2018 at 16:47, Sam Ruby <[email protected]> wrote: > On Sat, Jun 23, 2018 at 2:40 PM, sebb <[email protected]> wrote: >> I get the following error: >> >> #<Exception: Unable to find svn checkout for >> https://svn.apache.org/repos/officers> >> >> /usr/local/rvm/gems/ruby-2.4.1/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:60:in >> `find!' >> >> /usr/local/rvm/gems/ruby-2.4.1/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:35:in >> `[]' >> /x1/srv/whimsy/www/secretary/icla-lint.cgi:69:in `block in <main>' >> >> I think this is because the whimsy gem is out of date. >> >> I cannot remember how to fix this. > > Add the following as line 2: > > $LOAD_PATH.unshift File.realpath(File.expand_path('../../../lib', __FILE__))
Thanks. That works. > - Sam Ruby
