Skip to content

Commit 8529056

Browse files
author
Jordon Bedwell
committed
Fix #37: Lock Listen to less than 3.1.
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.
1 parent eadf702 commit 8529056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll-watch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1414
spec.require_paths = ["lib"]
1515

16-
spec.add_runtime_dependency "listen", "~> 3.0"
16+
spec.add_runtime_dependency "listen", "~> 3.0", "< 3.1"
1717

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

0 commit comments

Comments
 (0)