Skip to content

Commit

Permalink
Upgrade listen to 2.7.6 <= x < 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jun 8, 2014
1 parent c881d24 commit 7e0bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency('liquid', "~> 2.5.5")
s.add_runtime_dependency('classifier', "~> 1.3")
s.add_runtime_dependency('listen', "~> 2.5")
s.add_runtime_dependency('listen', [">= 2.7.6", "< 3.0.0"])
s.add_runtime_dependency('kramdown', "~> 1.3")
s.add_runtime_dependency('pygments.rb', "~> 0.5.0")
s.add_runtime_dependency('mercenary', "~> 0.3.3")
Expand Down

0 comments on commit 7e0bbf8

Please sign in to comment.