mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
update listen dep
This commit is contained in:
parent
0e470bddd9
commit
c5e2ad6750
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ master
|
|||
|
||||
* Include middleman-livereload in default Gemfile
|
||||
* Update Rack dependency to 1.5.x
|
||||
* Update to Listen 1.0.x
|
||||
|
||||
3.1.0.beta.1
|
||||
===
|
||||
|
|
|
@ -32,5 +32,5 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency("activesupport", ["~> 3.2.6"])
|
||||
|
||||
# Watcher
|
||||
s.add_dependency("listen", ["~> 0.7.3"])
|
||||
s.add_dependency("listen", ["~> 1.0.2"])
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue