Skip to content

Commit

Permalink
update to latest listen
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jul 9, 2015
1 parent 05463eb commit d545824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/synced_folders/rsync/command/rsync_auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def execute
Vagrant::Util::Busy.busy(callback) do
listener.start
queue.pop
listener.stop if listener.listen?
listener.stop if listener.state != :stopped
end

0
Expand Down
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency "childprocess", "~> 0.5.0"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0"
s.add_dependency "listen", "~> 2.8.0"
s.add_dependency "listen", "~> 3.0.2"
s.add_dependency "hashicorp-checkpoint", "~> 0.1.1"
s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
s.add_dependency "net-ssh", ">= 2.6.6", "< 2.10.0"
Expand Down

0 comments on commit d545824

Please sign in to comment.