Update middleman-livereload version to more current

As discussed https://github.com/middleman/middleman-livereload/issues/69 but I forgot to apply the fix to source code inside MM. @tdreyno, should it be `~> 3.3.0` or `~> 3.4.0`? I looked into 3.4 changes and they seem to be MM v4 related?
v3-stable
Rafał Komorowski 2015-09-03 18:25:43 +02:00
parent 7a28fd0a50
commit 0d4d82a01a
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ source 'https://rubygems.org'
gem "middleman", "~><%= Middleman::VERSION %>"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"
gem "middleman-livereload", "~> 3.3.0"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]
gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]