Skip to content

Commit

Permalink
Fix #37: Lock Listen to less than 3.1.
Browse files Browse the repository at this point in the history
Jekyll supports 2.1+ but @e2 has made it so that Listen only supports
2.2 so this locks it so that we are on a version of Listen that we can
actually support since we still support all supporte Ruby versions.
  • Loading branch information
Jordon Bedwell committed Apr 25, 2016
1 parent eadf702 commit 8529056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-watch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "listen", "~> 3.0"
spec.add_runtime_dependency "listen", "~> 3.0", "< 3.1"

require 'rbconfig'
if RbConfig::CONFIG['host_os'] =~ /mswin|mingw|cygwin/
Expand Down

0 comments on commit 8529056

Please sign in to comment.