diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-12 16:44:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-12 16:44:20 +0300 |
commit | f0b502af4a2b832e25bf38edfb8da04717762e36 (patch) | |
tree | ad0607a88e7393f5cdd04ffd228abbd453ff219e /Gemfile | |
parent | footer update (diff) | |
download | egor-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-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ source 'https://rubygems.org' -gem 'github-pages' +gem 'github-pages' +gem 'wdm', '>= 0.1.0' if Gem.win_platform? |