1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Bump listen for test

This commit is contained in:
Thomas Reynolds 2015-08-17 10:55:34 -07:00
parent 50bf848ee8
commit 226099d64e

View file

@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.add_dependency("addressable", ["~> 2.3.5"])
# Watcher
s.add_dependency('listen', ['>= 2.7.9', '< 3.0'])
s.add_dependency('listen', ['~> 3.0'])
# i18n
s.add_dependency('i18n', ['~> 0.7.0'])