From d739b0566f5d1881099e3b283c7b0621d7b95a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 19:56:27 +0000 Subject: [PATCH] Bump rb-inotify from 0.9.8 to 0.10.1 Bumps [rb-inotify](https://github.com/guard/rb-inotify) from 0.9.8 to 0.10.1. - [Release notes](https://github.com/guard/rb-inotify/releases) - [Commits](https://github.com/guard/rb-inotify/compare/v0.9.8...v0.10.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d7b8fe661d03..445fa6e3582a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do gem 'pry' # See https://github.com/home-assistant/home-assistant.github.io/pull/3904 - gem 'rb-inotify', '< 0.9.9' + gem 'rb-inotify', '< 0.10.2' end group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 4a9684644f83..83331b5139bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.2.19) - ffi (1.9.18) + ffi (1.13.1) forwardable-extended (2.6.0) fssm (0.2.10) jekyll (3.5.2) @@ -73,8 +73,8 @@ GEM rack rake (10.5.0) rb-fsevent (0.10.2) - rb-inotify (0.9.8) - ffi (>= 0.5.0) + rb-inotify (0.10.1) + ffi (~> 1.0) redcarpet (3.4.0) rouge (1.11.1) safe_yaml (1.0.4) @@ -104,7 +104,7 @@ DEPENDENCIES octopress-include-tag pry rake (~> 10.0) - rb-inotify (< 0.9.9) + rb-inotify (< 0.10.2) sass-globbing (~> 1.0) sinatra (~> 1.4.2) stringex (~> 1.4)