From bc6ac28841f68b2bbc730ebdbdcb4018a3e8431d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 1 Jun 2014 13:43:41 +0200 Subject: [PATCH] bump rb-inotify --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dc525452b..142e76ac4 100644 --- a/Gemfile +++ b/Gemfile @@ -175,7 +175,7 @@ group :development do gem 'guard-cucumber', '1.4.1' gem 'guard-rspec', '4.2.9' gem 'rb-fsevent', '0.9.4', :require => false - gem 'rb-inotify', '0.9.3', :require => false + gem 'rb-inotify', '0.9.4', :require => false # Preloading environment diff --git a/Gemfile.lock b/Gemfile.lock index d43ab0559..1bddff4a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,7 +358,7 @@ GEM raindrops (0.12.0) rake (10.3.2) rb-fsevent (0.9.4) - rb-inotify (0.9.3) + rb-inotify (0.9.4) ffi (>= 0.5.0) rdoc (3.12.2) json (~> 1.4) @@ -529,7 +529,7 @@ DEPENDENCIES rails_admin (= 0.4.9) rails_autolink (= 1.1.5) rb-fsevent (= 0.9.4) - rb-inotify (= 0.9.3) + rb-inotify (= 0.9.4) redcarpet (= 3.1.1) remotipart (= 1.2.1) roxml (= 3.1.6)