Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
gem 'jekyll-sitemap'
gem 'jemoji'
gem 'just-the-docs', '0.10.0'
gem 'jekyll-target-blank'

Check warning on line 20 in Gemfile

View workflow job for this annotation

GitHub Actions / runner / rubocop

[rubocop] reported by reviewdog 🐶 Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `jekyll-target-blank` should appear before `just-the-docs`. Raw Output: Gemfile:20:3: C: Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `jekyll-target-blank` should appear before `just-the-docs`.
end

# These tools are use for running tests.
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-target-blank (2.0.2)
jekyll (>= 3.0, < 5.0)
nokogiri (~> 1.10)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.13.0)
Expand Down Expand Up @@ -266,6 +269,7 @@ DEPENDENCIES
jekyll-jupyter-notebook
jekyll-redirect-from
jekyll-sitemap
jekyll-target-blank
jemoji
just-the-docs (= 0.10.0)
kramdown-parser-gfm
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ plugins:
- jekyll-github-metadata
- jekyll-include-cache
- jekyll-jupyter-notebook
- jekyll-target-blank

# Default layouts for each collection type
defaults:
Expand Down
Loading