Bump listen to 3.0

v3-stable
Thomas Reynolds 2015-07-24 14:20:04 -07:00
parent 7bfacd565a
commit a528659034
1 changed files with 1 additions and 1 deletions

View File

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