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?
This commit is contained in:
parent
7a28fd0a50
commit
0d4d82a01a
|
@ -5,10 +5,10 @@ source 'https://rubygems.org'
|
||||||
gem "middleman", "~><%= Middleman::VERSION %>"
|
gem "middleman", "~><%= Middleman::VERSION %>"
|
||||||
|
|
||||||
# Live-reloading plugin
|
# Live-reloading plugin
|
||||||
gem "middleman-livereload", "~> 3.1.0"
|
gem "middleman-livereload", "~> 3.3.0"
|
||||||
|
|
||||||
# For faster file watcher updates on Windows:
|
# For faster file watcher updates on Windows:
|
||||||
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|
||||||
|
|
||||||
# Windows does not come with time zone data
|
# Windows does not come with time zone data
|
||||||
gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]
|
gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]
|
||||||
|
|
Loading…
Reference in a new issue