jekyll-geolexica.gemspec in jekyll-geolexica-1.8.15 vs jekyll-geolexica.gemspec in jekyll-geolexica-1.9.0

- old
+ new

@@ -33,9 +33,10 @@ spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + spec.add_runtime_dependency "glossarist", "~> 2.0" # Jekyll 4.1.0 adds some breaking changes which are reverted in 4.1.1. # I doubt we should be worried, but there is no good reason to allow them # either. # See: https://jekyllrb.com/news/2020/06/24/jekyll-4-1-1-released/ spec.add_runtime_dependency "jekyll", ">= 3.8.5", "< 4.3", "!= 4.1.0"