Skip to content

Commit

Permalink
Merge pull request #443 from guard/rb-fsevent-upgrade
Browse files Browse the repository at this point in the history
Upgrade to latest rb-fsevent and rb-notify releases
  • Loading branch information
rymai committed Jun 2, 2018
2 parents 46a6adb + 2875fb0 commit daac99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions listen.gemspec
Expand Up @@ -30,8 +30,8 @@ Gem::Specification.new do |s|
abort "Install 'ruby_dep' gem before building this gem"
end

s.add_dependency 'rb-fsevent', '~> 0.9', '>= 0.9.4'
s.add_dependency 'rb-inotify', '~> 0.9', '>= 0.9.7'
s.add_dependency 'rb-fsevent', '~> 0.10', '>= 0.10.3'
s.add_dependency 'rb-inotify', '~> 0.9', '>= 0.9.10'

# Used to show warnings at runtime
s.add_dependency 'ruby_dep', '~> 1.2'
Expand Down

0 comments on commit daac99d

Please sign in to comment.