Merge pull request #1593 from komor72/patch-1
Update middleman-livereload version to more current
This commit is contained in:
commit
8a349322ac
|
@ -5,7 +5,7 @@ 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]
|
||||||
|
|
Loading…
Reference in a new issue