From 56b62b0fa42ad872cc03f19455aeef398a37e84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 6 Jan 2014 17:09:13 +0100 Subject: [PATCH] bump rb-inotify --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9f475eade..9a510704f 100644 --- a/Gemfile +++ b/Gemfile @@ -175,7 +175,7 @@ group :development do gem 'guard-cucumber', '1.4.1' gem 'guard-rspec', '4.2.3' gem 'rb-fsevent', '0.9.4', :require => false - gem 'rb-inotify', '0.9.0', :require => false + gem 'rb-inotify', '0.9.3', :require => false # Preloading environment diff --git a/Gemfile.lock b/Gemfile.lock index 897d34d2d..72c8774f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -318,7 +318,7 @@ GEM raindrops (0.12.0) rake (10.1.1) rb-fsevent (0.9.4) - rb-inotify (0.9.0) + rb-inotify (0.9.3) ffi (>= 0.5.0) rdoc (3.12.2) json (~> 1.4) @@ -484,7 +484,7 @@ DEPENDENCIES rails_admin (= 0.4.9) rails_autolink (= 1.1.0) rb-fsevent (= 0.9.4) - rb-inotify (= 0.9.0) + rb-inotify (= 0.9.3) redcarpet (= 3.0.0) remotipart (= 1.2.1) rmagick (= 2.13.2)