We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a5662 commit cd12af9Copy full SHA for cd12af9
jekyll-watch.gemspec
@@ -17,9 +17,9 @@ Gem::Specification.new do |spec|
17
spec.executables = spec.files.grep(%r!^bin/!) { |f| File.basename(f) }
18
spec.require_paths = ["lib"]
19
20
+ spec.required_ruby_version = ">= 2.3.0"
21
22
spec.add_runtime_dependency "listen", "~> 3.0"
- spec.required_ruby_version = ">= 2.3.0"
23
24
require "rbconfig"
25
if RbConfig::CONFIG["host_os"] =~ %r!mswin|mingw|cygwin!
0 commit comments