diff --git a/Gemfile b/Gemfile index b1f741ed4ab..d7b8fe661d0 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index d706705eb30..5fc8a009c40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)