mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Downgrade to rb-inotify version 0.9.8 (#3904)
This commit is contained in:
parent
1589bfc184
commit
9eea0609be
3
Gemfile
3
Gemfile
@ -9,6 +9,9 @@ group :development do
|
|||||||
gem 'sass-globbing', '~> 1.0'
|
gem 'sass-globbing', '~> 1.0'
|
||||||
gem 'stringex', '~> 1.4'
|
gem 'stringex', '~> 1.4'
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
|
|
||||||
|
# See https://github.com/home-assistant/home-assistant.github.io/pull/3904
|
||||||
|
gem 'rb-inotify', '< 0.9.9'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
|
@ -73,8 +73,8 @@ GEM
|
|||||||
rack
|
rack
|
||||||
rake (10.5.0)
|
rake (10.5.0)
|
||||||
rb-fsevent (0.10.2)
|
rb-fsevent (0.10.2)
|
||||||
rb-inotify (0.9.10)
|
rb-inotify (0.9.8)
|
||||||
ffi (>= 0.5.0, < 2)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.4.0)
|
redcarpet (3.4.0)
|
||||||
rouge (1.11.1)
|
rouge (1.11.1)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
@ -104,6 +104,7 @@ DEPENDENCIES
|
|||||||
octopress-include-tag
|
octopress-include-tag
|
||||||
pry
|
pry
|
||||||
rake (~> 10.0)
|
rake (~> 10.0)
|
||||||
|
rb-inotify (< 0.9.9)
|
||||||
sass-globbing (~> 1.0)
|
sass-globbing (~> 1.0)
|
||||||
sinatra (~> 1.4.2)
|
sinatra (~> 1.4.2)
|
||||||
stringex (~> 1.4)
|
stringex (~> 1.4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user