bump rb-inotify
This commit is contained in:
parent
08610f1b52
commit
bc6ac28841
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue