less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

Rakefile require not compatible with Ruby 1.9.2

Open guns opened this issue 15 years ago • 0 comments

Recent builds of Ruby 1.9.2 removed relative path searching from Kernel#require, so the Rakefile is broken at:

32:  require 'lib/less'

No big deal, just needs to be wrapped with a File#expand_path

guns avatar Apr 12 '10 07:04 guns