From 0d4d82a01a0067b39c9215f955fdaa38227eac82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Komorowski?= Date: Thu, 3 Sep 2015 18:25:43 +0200 Subject: [PATCH] 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? --- middleman-core/lib/middleman-core/templates/shared/Gemfile.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/middleman-core/lib/middleman-core/templates/shared/Gemfile.tt b/middleman-core/lib/middleman-core/templates/shared/Gemfile.tt index 50d76543..e4c03d0d 100644 --- a/middleman-core/lib/middleman-core/templates/shared/Gemfile.tt +++ b/middleman-core/lib/middleman-core/templates/shared/Gemfile.tt @@ -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] \ No newline at end of file +gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]