From 505d8f565b9bcebfb4cef7248baf7feb2c971f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Sat, 2 Mar 2013 02:18:40 +0100 Subject: [PATCH] bumped rb-inotify gem version as per the recommendations given by guard --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 514329c0a5..b85bcfec48 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ group :test, :development do gem 'jasminerice' gem 'mocha', require: false gem 'rb-fsevent' - gem 'rb-inotify', '~> 0.8.8', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify' + gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify' gem 'rspec-rails' gem 'shoulda' gem 'simplecov', require: false