Downgrade to rb-inotify version 0.9.8 (#3904)

This commit is contained in:
Adam Mills 2017-11-15 22:25:22 -05:00 committed by GitHub
parent 1589bfc184
commit 9eea0609be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -9,6 +9,9 @@ group :development do
gem 'sass-globbing', '~> 1.0'
gem 'stringex', '~> 1.4'
gem 'pry'
# See https://github.com/home-assistant/home-assistant.github.io/pull/3904
gem 'rb-inotify', '< 0.9.9'
end
group :jekyll_plugins do

View File

@ -73,8 +73,8 @@ GEM
rack
rake (10.5.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
redcarpet (3.4.0)
rouge (1.11.1)
safe_yaml (1.0.4)
@ -104,6 +104,7 @@ DEPENDENCIES
octopress-include-tag
pry
rake (~> 10.0)
rb-inotify (< 0.9.9)
sass-globbing (~> 1.0)
sinatra (~> 1.4.2)
stringex (~> 1.4)