You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run bundle exec rake build --trace, I get this at some point:
Yay.
But then:
attr_reader:pathifFile::ALT_SEPARATOR.nil?File::ALT_SEPARATOR="\\"# this is line 19endSEPARATOR_PAT=/[#{Regexp.quoteFile::ALT_SEPARATOR}#{Regexp.quoteFile::SEPARATOR}]/# }ABSOLUTE_PAT=/\A([A-Z]:)?#{SEPARATOR_PAT}/i
Any ideas? I thought maybe it was my local ruby version. I tried with both 2.2.0 and 1.9.3. Thanks.
The text was updated successfully, but these errors were encountered:
When I run
bundle exec rake build --trace
, I get this at some point:Yay.
But then:
Any ideas? I thought maybe it was my local ruby version. I tried with both 2.2.0 and 1.9.3. Thanks.
The text was updated successfully, but these errors were encountered: