Fix guard warning with version spec for rb-notify.
This commit is contained in:
parent
d5a2518fef
commit
98bf443d82
2
Gemfile
2
Gemfile
|
@ -102,7 +102,7 @@ group :test, :development do
|
||||||
gem 'image_optim'
|
gem 'image_optim'
|
||||||
gem 'certified'
|
gem 'certified'
|
||||||
gem 'rb-fsevent'
|
gem 'rb-fsevent'
|
||||||
gem 'rb-inotify', :require => RUBY_PLATFORM.include?('linux') && 'rb-inotify'
|
gem 'rb-inotify', '~> 0.8.8', :require => RUBY_PLATFORM.include?('linux') && 'rb-inotify'
|
||||||
gem 'terminal-notifier-guard', :require => RUBY_PLATFORM.include?('darwin') && 'terminal-notifier-guard'
|
gem 'terminal-notifier-guard', :require => RUBY_PLATFORM.include?('darwin') && 'terminal-notifier-guard'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -256,7 +256,7 @@ GEM
|
||||||
thor (>= 0.14.6, < 2.0)
|
thor (>= 0.14.6, < 2.0)
|
||||||
rake (10.0.3)
|
rake (10.0.3)
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.3)
|
||||||
rb-inotify (0.9.0)
|
rb-inotify (0.8.8)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rdoc (3.12)
|
rdoc (3.12)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
|
@ -416,7 +416,7 @@ DEPENDENCIES
|
||||||
rails_multisite!
|
rails_multisite!
|
||||||
rake
|
rake
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rb-inotify
|
rb-inotify (~> 0.8.8)
|
||||||
redis
|
redis
|
||||||
redis-rails
|
redis-rails
|
||||||
rest-client
|
rest-client
|
||||||
|
|
Loading…
Reference in New Issue