Skip to content

Commit aac38b6

Browse files
committed
Downgrade to rb-inotify version 0.9.8
1 parent f9478e1 commit aac38b6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ group :development do
77
gem 'sass-globbing', '~> 1.0'
88
gem 'stringex', '~> 1.4'
99
gem 'pry'
10+
11+
# See https://github.com/home-assistant/home-assistant.github.io/pull/3904
12+
gem 'rb-inotify', '< 0.9.9'
1013
end
1114

1215
group :jekyll_plugins do

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ GEM
7373
rack
7474
rake (10.5.0)
7575
rb-fsevent (0.10.2)
76-
rb-inotify (0.9.10)
77-
ffi (>= 0.5.0, < 2)
76+
rb-inotify (0.9.8)
77+
ffi (>= 0.5.0)
7878
redcarpet (3.4.0)
7979
rouge (1.11.1)
8080
safe_yaml (1.0.4)
@@ -104,6 +104,7 @@ DEPENDENCIES
104104
octopress-include-tag
105105
pry
106106
rake (~> 10.0)
107+
rb-inotify (< 0.9.9)
107108
sass-globbing (~> 1.0)
108109
sinatra (~> 1.4.2)
109110
stringex (~> 1.4)

0 commit comments

Comments
 (0)