Downgrade Listen to 1.3.x

This is so that we can be Ruby 1.8.x compatible.
This commit is contained in:
Matt Rogers 2013-10-26 22:08:38 -05:00
parent 6949006051
commit 71d4319d5f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('liquid', "~> 2.5.2")
s.add_runtime_dependency('classifier', "~> 1.3")
s.add_runtime_dependency('listen', "~> 2.0")
s.add_runtime_dependency('listen', "~> 1.3.0")
s.add_runtime_dependency('maruku', "~> 0.6.0")
s.add_runtime_dependency('pygments.rb', "~> 0.5.0")
s.add_runtime_dependency('commander', "~> 4.1.3")