From f0b502af4a2b832e25bf38edfb8da04717762e36 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 12 May 2015 16:44:20 +0300 Subject: bump dependencies * Add wdm to facilitate `--watch`ing for changes on Windows. --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index f20fb86..6edab2a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' -gem 'github-pages' +gem 'github-pages' +gem 'wdm', '>= 0.1.0' if Gem.win_platform? -- cgit v1.2.3