mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
listen gem conflict
This commit is contained in:
commit
a2f67a4f37
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,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'])
|
||||
|
|
Loading…
Reference in a new issue