mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
newer listen gem
This commit is contained in:
parent
d1d59ca5ca
commit
cb65916e6d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency("padrino-helpers", ["~> 0.10.6"])
|
||||
|
||||
# Watcher
|
||||
s.add_dependency("listen", ["~> 0.4.1"])
|
||||
s.add_dependency("listen", ["~> 0.4.2"])
|
||||
|
||||
# i18n
|
||||
s.add_dependency("i18n", ["~> 0.6.0"])
|
||||
|
|
Loading…
Reference in a new issue