We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bf9dd commit e02f473Copy full SHA for e02f473
1 file changed
Gemfile
@@ -6,13 +6,6 @@ gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
6
#gem "just-the-docs", "0.10.1" # pinned to the current release
7
gem "just-the-docs" # always download the latest release
8
9
-gem "github-pages", group: :jekyll_plugins
10
-# If you have any plugins, put them here!
11
-group :jekyll_plugins do
12
- gem "jekyll-feed", "~> 0.17"
13
- gem 'jekyll-commonmark-ghpages'
14
-end
15
-
16
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
17
# do not have a Java counterpart.
18
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
0 commit comments