Christopher Baines writes: > Requirement of ruby-parser. > > * gnu/packages/ruby.scm (ruby-cliver): New variable. […] > + (arguments > + '(#:phases > + (modify-phases %standard-phases > + ;; Avoid this issue with rspec@2 > + ;; NoMethodError: undefined method `last_comment' > + (replace 'check > + (lambda* (#:key tests? #:allow-other-keys) > + (when tests? > + (invoke "rspec")) > + #t))))) > + (native-inputs > + `(("bundler" ,bundler) > + ("ruby-rspec" ,ruby-rspec-2))) Is this a problem that would disappear when using a later version of Rspec? -- Ricardo