Skip to content

Commit

Permalink
update gemspec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed May 3, 2016
1 parent c23ff1c commit 0285e25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions listen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Gem::Specification.new do |s|
abort "Install 'ruby_dep' gem before building this gem"
end

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

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

s.add_development_dependency 'bundler', '>= 1.3.5'
s.add_development_dependency 'bundler', '~> 1.12'
end

0 comments on commit 0285e25

Please sign in to comment.