File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ group :development do
7
7
gem 'sass-globbing' , '~> 1.0'
8
8
gem 'stringex' , '~> 1.4'
9
9
gem 'pry'
10
+
11
+ # See https://github.com/home-assistant/home-assistant.github.io/pull/3904
12
+ gem 'rb-inotify' , '< 0.9.9'
10
13
end
11
14
12
15
group :jekyll_plugins do
Original file line number Diff line number Diff line change 73
73
rack
74
74
rake (10.5.0 )
75
75
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 )
78
78
redcarpet (3.4.0 )
79
79
rouge (1.11.1 )
80
80
safe_yaml (1.0.4 )
@@ -104,6 +104,7 @@ DEPENDENCIES
104
104
octopress-include-tag
105
105
pry
106
106
rake (~> 10.0 )
107
+ rb-inotify (< 0.9.9 )
107
108
sass-globbing (~> 1.0 )
108
109
sinatra (~> 1.4.2 )
109
110
stringex (~> 1.4 )
You can’t perform that action at this time.
0 commit comments