fix listen deprecation

This commit is contained in:
Thomas Reynolds 2013-05-03 11:40:30 -07:00
parent b230018692
commit 2ef3b7e4d9
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ module Middleman
end
# Don't block this thread
@listener.start(false) if first_run
@listener.start if first_run
end
# Trap some interupt signals and shut down smoothly

View file

@ -5,7 +5,7 @@ source 'http://rubygems.org'
gem "middleman", "~><%= Middleman::VERSION %>"
# Live-reloading plugin
gem "middleman-livereload"
gem "middleman-livereload", "~> 3.1.0"
# For faster file watcher updates:
# gem "rb-fsevent", "~> 0.9.3") # OS X