aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-12 16:44:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-12 16:44:20 +0300
commitf0b502af4a2b832e25bf38edfb8da04717762e36 (patch)
treead0607a88e7393f5cdd04ffd228abbd453ff219e /Gemfile
parentfooter update (diff)
downloadegor-tensin.github.io-f0b502af4a2b832e25bf38edfb8da04717762e36.tar.gz
egor-tensin.github.io-f0b502af4a2b832e25bf38edfb8da04717762e36.zip
bump dependencies
* Add wdm to facilitate `--watch`ing for changes on Windows.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
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?