Skip to content

Commit

Permalink
Merge pull request #393 from robmckinnon/392-fix-os-x-10.6-10.8
Browse files Browse the repository at this point in the history
Change rb-fsevent dependency to work on OS X 10.6-10.8
  • Loading branch information
e2 committed May 12, 2016
2 parents b4ba32b + 7271aad commit d6865d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
abort "Install 'ruby_dep' gem before building this gem"
end

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

# Used to show warnings at runtime
Expand Down

0 comments on commit d6865d4

Please sign in to comment.