Allow any versions of listen < 2.0 and >= 1.3

This commit is contained in:
Parker Moore 2013-10-28 14:04:37 -04:00
parent 3ab9841272
commit a0a9c5f676
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', "~> 1.3.0")
s.add_runtime_dependency('listen', "~> 1.3")
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")