Topic: Ruby Version

Is there any way to change the Ruby version that Dropzone looks for?  I noticed in a post before someone stated...

"Under 10.9 Dropzone looks for ruby 1.8 at the path /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby so can you also try running this interpreter?"

I'd like to modify that if possible.

Thanks,
Steve

Re: Ruby Version

Yep! - I've just released a build that lets you do this. I've explained on GitHub about this here:

https://github.com/aptonic/dropzone3-actions/issues/2

Re: Ruby Version

Fantastic!  Thats was exactly what I was looking for.  I just tried it with rbenv. It doesn't accept the .ruby-version file but you can just point it to the correct version in the path (below).  I haven't played with it yet but looks like it didn't have a problem including a few gems also.

# RubyPath: ~/.rbenv/versions/2.1.1/bin/ruby

Re: Ruby Version

Excellent! Thanks for the feedback. I'm inclined to leave it ignoring the .ruby-version and have the user explicitly specify the path if they need to as some actions (i.e. most of the built in ones) are tested and verified to work against a particular system ruby version.