set minimum required Ruby Version to 2.3.0
This commit is contained in:
parent
f22694a2fe
commit
8aa00818b9
@ -14,6 +14,9 @@ Gem::Specification.new do |gem|
|
||||
gem.homepage = 'https://github.com/algolia/jekyll-algolia'
|
||||
gem.licenses = ['MIT']
|
||||
|
||||
# Supported Ruby versions
|
||||
gem.required_ruby_version = ">= 2.3.0"
|
||||
|
||||
# Dependencies
|
||||
gem.add_runtime_dependency 'algoliasearch', '~> 1.18'
|
||||
gem.add_runtime_dependency 'algolia_html_extractor', '~> 2.1'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user