Skip to content

Commit cd12af9

Browse files
committed
Move Ruby version requirement above dependencies
1 parent 78a5662 commit cd12af9

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
@@ -17,9 +17,9 @@ Gem::Specification.new do |spec|
1717
spec.executables = spec.files.grep(%r!^bin/!) { |f| File.basename(f) }
1818
spec.require_paths = ["lib"]
1919

20+
spec.required_ruby_version = ">= 2.3.0"
2021

2122
spec.add_runtime_dependency "listen", "~> 3.0"
22-
spec.required_ruby_version = ">= 2.3.0"
2323

2424
require "rbconfig"
2525
if RbConfig::CONFIG["host_os"] =~ %r!mswin|mingw|cygwin!

0 commit comments

Comments
 (0)