-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #493 from sylhare/ruby-improvement
Add dynamic dependency patch
- Loading branch information
Showing
3 changed files
with
10 additions
and
6 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
source "https://rubygems.org" | ||
gemspec | ||
|
||
# Should be included in Jekyll but depending on the version Jekyll and Ruby version, it may not be included | ||
# gem 'webrick' | ||
# gem 'kramdown-parser-gfm' | ||
gem 'webrick' | ||
gem 'kramdown-parser-gfm' | ||
|
||
# For github pages compatibility | ||
# gem 'github-pages', group: :jekyll_plugins | ||
gemspec |