bump hotfix version to allow gems to use any jekyll version and to use webrick in runtime rather than only in dev
This commit is contained in:
parent
a87de507a3
commit
05f56a8bb5
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
## v6.0.0 (2023-06-08)
|
||||
## v6.0.1 (2023-06-08)
|
||||
|
||||
This version has been in the works for a few years. It includes several new features that were highly requested, numerous bug fixes, new documentation, and aggresively encourages migrating from the old Google Universal Analytics to the new Analytics 4.
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ common-js:
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ page.language | default: site.language | default: 'en' }}">
|
||||
<!-- Beautiful Jekyll 6.0.0 | Copyright Dean Attali 2023 -->
|
||||
<!-- Beautiful Jekyll 6.0.1 | Copyright Dean Attali 2023 -->
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "beautiful-jekyll-theme"
|
||||
spec.version = "6.0.0"
|
||||
spec.version = "6.0.1"
|
||||
spec.authors = ["Dean Attali"]
|
||||
spec.email = ["daattali@gmail.com"]
|
||||
|
||||
|
@ -17,13 +17,13 @@ Gem::Specification.new do |spec|
|
|||
"documentation_uri" => "https://github.com/daattali/beautiful-jekyll#readme"
|
||||
}
|
||||
|
||||
spec.add_runtime_dependency "jekyll", "~> 3.9.3"
|
||||
spec.add_runtime_dependency "jekyll", ">= 3.9.3"
|
||||
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
|
||||
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
|
||||
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1"
|
||||
spec.add_runtime_dependency "kramdown", "~> 2.3.2"
|
||||
spec.add_runtime_dependency "webrick", "~> 1.8"
|
||||
|
||||
spec.add_development_dependency "bundler", ">= 1.16"
|
||||
spec.add_development_dependency "rake", "~> 12.0"
|
||||
spec.add_development_dependency "webrick", "~> 1.8"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue