bump rb-inotify

This commit is contained in:
Jonne Haß 2014-01-06 17:09:13 +01:00
parent 8591488ad9
commit 56b62b0fa4
2 changed files with 3 additions and 3 deletions

View file

@ -175,7 +175,7 @@ group :development do
gem 'guard-cucumber', '1.4.1' gem 'guard-cucumber', '1.4.1'
gem 'guard-rspec', '4.2.3' gem 'guard-rspec', '4.2.3'
gem 'rb-fsevent', '0.9.4', :require => false 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 # Preloading environment

View file

@ -318,7 +318,7 @@ GEM
raindrops (0.12.0) raindrops (0.12.0)
rake (10.1.1) rake (10.1.1)
rb-fsevent (0.9.4) rb-fsevent (0.9.4)
rb-inotify (0.9.0) rb-inotify (0.9.3)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
@ -484,7 +484,7 @@ DEPENDENCIES
rails_admin (= 0.4.9) rails_admin (= 0.4.9)
rails_autolink (= 1.1.0) rails_autolink (= 1.1.0)
rb-fsevent (= 0.9.4) rb-fsevent (= 0.9.4)
rb-inotify (= 0.9.0) rb-inotify (= 0.9.3)
redcarpet (= 3.0.0) redcarpet (= 3.0.0)
remotipart (= 1.2.1) remotipart (= 1.2.1)
rmagick (= 2.13.2) rmagick (= 2.13.2)