bump rb-inotify
This commit is contained in:
parent
6c0ee4c78d
commit
3fc8be03af
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -174,7 +174,7 @@ group :development do
|
|||
gem 'guard-cucumber', '1.4.1'
|
||||
gem 'guard-rspec', '4.3.1'
|
||||
gem 'rb-fsevent', '0.9.4', :require => false
|
||||
gem 'rb-inotify', '0.9.4', :require => false
|
||||
gem 'rb-inotify', '0.9.5', :require => false
|
||||
|
||||
# Preloading environment
|
||||
|
||||
|
|
|
|||
|
|
@ -371,7 +371,7 @@ GEM
|
|||
raindrops (0.13.0)
|
||||
rake (10.3.2)
|
||||
rb-fsevent (0.9.4)
|
||||
rb-inotify (0.9.4)
|
||||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.1.2)
|
||||
redis (3.1.0)
|
||||
|
|
@ -549,7 +549,7 @@ DEPENDENCIES
|
|||
rails_admin (= 0.6.3)
|
||||
rails_autolink (= 1.1.5)
|
||||
rb-fsevent (= 0.9.4)
|
||||
rb-inotify (= 0.9.4)
|
||||
rb-inotify (= 0.9.5)
|
||||
redcarpet (= 3.1.2)
|
||||
remotipart (= 1.2.1)
|
||||
roxml (= 3.1.6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue