mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
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 'certified'
|
||||
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'
|
||||
end
|
||||
|
||||
|
@ -256,7 +256,7 @@ GEM
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
rake (10.0.3)
|
||||
rb-fsevent (0.9.3)
|
||||
rb-inotify (0.9.0)
|
||||
rb-inotify (0.8.8)
|
||||
ffi (>= 0.5.0)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
@ -416,7 +416,7 @@ DEPENDENCIES
|
||||
rails_multisite!
|
||||
rake
|
||||
rb-fsevent
|
||||
rb-inotify
|
||||
rb-inotify (~> 0.8.8)
|
||||
redis
|
||||
redis-rails
|
||||
rest-client
|
||||
|
Loading…
Reference in New Issue
Block a user