-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method `shellescape' for Shellwords:Module #21
Comments
Fixed by upgrading to Ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-darwin9.0] |
Ah, yes, that method was added in Ruby 1.9. I should add a version check. |
I seem to have Ruby 1.8.7 where Ruby is available at all. It seems that this version is actually sufficient (see tangentially the first sentence in this StackOverflow question). I'm looking at Ubuntu 12.04 and Debian Squeeze. The following change allowed me to import a Darcs repo on Ruby 1.8.7.
|
Wow, thanks for a really quick fix! |
Happy to help. :-) |
I get the following error when trying to create a new git clone of a darcs repo:
Setup:
The text was updated successfully, but these errors were encountered: