Skip to content

Commit 4f8689a

Browse files
committed
Require the very same minimum ruby version as the oldest supported jekyll version
Signed-off-by: Sven Strickroth <[email protected]>
1 parent 8e10e65 commit 4f8689a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jekyll-multisite.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
1616
}
1717
s.license = 'GPL-3.0'
1818
s.files = ['lib/jekyll-multisite.rb']
19+
s.required_ruby_version = ">= 2.0.0"
1920
s.add_runtime_dependency 'jekyll', '>= 3.2', '< 5'
2021
s.add_runtime_dependency 'jekyll-paginate', '~> 1.1.0'
2122
end

0 commit comments

Comments
 (0)