undefined method `exclude_to_regexp'
djdevin opened this issue · 4 comments
djdevin commented
Getting this error on vagrant gatling-rsync-auto
.vagrant.d/gems/gems/vagrant-gatling-rsync-0.0.1/lib/vagrant-gatling-rsync/command/rsync_auto.rb:54:in `block (3 levels) in execute': undefined method `exclude_to_regexp' for VagrantPlugins::SyncedFolderRSync::RsyncHelper:Class (NoMethodError)
from /home/devin/.vagrant.d/gems/gems/vagrant-gatling-rsync-0.0.1/lib/vagrant-gatling-rsync/command/rsync_auto.rb:53:in `each'
from /home/devin/.vagrant.d/gems/gems/vagrant-gatling-rsync-0.0.1/lib/vagrant-gatling-rsync/command/rsync_auto.rb:53:in `block (2 levels) in execute'
from /home/devin/.vagrant.d/gems/gems/vagrant-gatling-rsync-0.0.1/lib/vagrant-gatling-rsync/command/rsync_auto.rb:38:in `each'
from /home/devin/.vagrant.d/gems/gems/vagrant-gatling-rsync-0.0.1/lib/vagrant-gatling-rsync/command/rsync_auto.rb:38:in `block in execute'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/plugin/v2/command.rb:200:in `block in with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/plugin/v2/command.rb:194:in `each'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/plugin/v2/command.rb:194:in `with_target_vms'
from /home/devin/.vagrant.d/gems/gems/vagrant-gatling-rsync-0.0.1/lib/vagrant-gatling-rsync/command/rsync_auto.rb:32:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/cli.rb:42:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/environment.rb:244:in `cli'
from /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.5.0/bin/vagrant:147:in `<main>'
smerrill commented
What host OS?
smerrill commented
And can you post a sample of the Vagrantfile?
djdevin commented
Sorry, problem was host having Vagrant 1.5.0.
1.5.1 works.
smerrill commented
Okay. I guess I will need to update the README. Thank you.