Skip to content

Commit

Permalink
Change rb-fsevent dependency to work on OS X 10.6-10.8
Browse files Browse the repository at this point in the history
Change `rb-fsevent` dependency from `>= 0.9.7` to `>= 0.9.4`, to enable gem
to work on OS X 10.6 through 10.8.

Needed as `rb-fsevent > 0.9.4` no longer supports OS X 10.6 through 10.8.

Tested on OS X 10.8 via use with `guard-rspec` gem.

Fixes #392
  • Loading branch information
robmckinnon committed May 12, 2016
1 parent b4ba32b commit 7271aad
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 7271aad

Please sign in to comment.