Merge pull request #1309 from Arcovion/patch-1

Update listen gem
This commit is contained in:
Thomas Reynolds 2014-07-02 09:24:28 -07:00
commit bbc551624e

View file

@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.add_dependency("padrino-helpers", ["~> 0.12.1"])
# Watcher
s.add_dependency("listen", ["~> 1.1"])
s.add_dependency("listen", [">= 2.7.9", "< 3.0"])
# i18n
s.add_dependency("i18n", ["~> 0.6.9"])