-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump hotfix version to allow gems to use any jekyll version and to us…
…e webrick in runtime rather than only in dev
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = ["[email protected]"] | ||
|
||
|
@@ -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 |