Merge pull request #1593 from komor72/patch-1

Update middleman-livereload version to more current
v3-stable
Thomas Reynolds 2015-09-03 10:09:54 -07:00
commit 8a349322ac
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]