|
1 | | -source "https://rubygems.org" |
2 | | - |
3 | | -# Hello! This is where you manage which Jekyll version is used to run. |
4 | | -# When you want to use a different version, change it below, save the |
5 | | -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: |
6 | | -# |
7 | | -# bundle exec jekyll serve |
8 | | -# |
9 | | -# This will help ensure the proper Jekyll version is running. |
10 | | -# Happy Jekylling! |
11 | | -# gem "jekyll", "~> 4.3.3" |
12 | | - |
13 | | -# This is the default theme for new Jekyll sites. You may change this to anything you like. |
14 | | -# gem "minima", "~> 2.5" |
15 | | - |
16 | | -# This is the chosen theme for the newbie guide. |
17 | | -gem "just-the-docs" |
18 | | - |
19 | | -# This resolves Ruby version issues since webrick is no longer bundled in Ruby 3.0. |
20 | | -# https://github.com/jekyll/jekyll/issues/8523 |
21 | | -gem "webrick" |
22 | | - |
23 | | -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and |
24 | | -# uncomment the line below. To upgrade, run `bundle update github-pages`. |
25 | | -gem "github-pages", group: :jekyll_plugins |
26 | | - |
27 | | -# If you have any plugins, put them here! |
28 | | -group :jekyll_plugins do |
29 | | - gem "jekyll-feed", "~> 0.12" |
30 | | -end |
31 | | - |
32 | | -# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem |
33 | | -# and associated library. |
34 | | -platforms :mingw, :x64_mingw, :mswin, :jruby do |
35 | | - gem "tzinfo", ">= 1", "< 3" |
36 | | - gem "tzinfo-data" |
37 | | -end |
38 | | - |
39 | | -# Performance-booster for watching directories on Windows |
40 | | -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] |
41 | | - |
42 | | -# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem |
43 | | -# do not have a Java counterpart. |
44 | | -gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] |
| 1 | +source "https://rubygems.org" |
| 2 | + |
| 3 | +# Hello! This is where you manage which Jekyll version is used to run. |
| 4 | +# When you want to use a different version, change it below, save the |
| 5 | +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: |
| 6 | +# |
| 7 | +# bundle exec jekyll serve |
| 8 | +# |
| 9 | +# This will help ensure the proper Jekyll version is running. |
| 10 | +# Happy Jekylling! |
| 11 | +# gem "jekyll", "~> 4.3.3" |
| 12 | + |
| 13 | +# This is the default theme for new Jekyll sites. You may change this to anything you like. |
| 14 | +# gem "minima", "~> 2.5" |
| 15 | + |
| 16 | +# This is the chosen theme for the newbie guide. |
| 17 | +gem "just-the-docs" |
| 18 | + |
| 19 | +# This resolves Ruby version issues since webrick is no longer bundled in Ruby 3.0. |
| 20 | +# https://github.com/jekyll/jekyll/issues/8523 |
| 21 | +gem "webrick" |
| 22 | + |
| 23 | +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and |
| 24 | +# uncomment the line below. To upgrade, run `bundle update github-pages`. |
| 25 | +gem "github-pages", group: :jekyll_plugins |
| 26 | + |
| 27 | +# If you have any plugins, put them here! |
| 28 | +group :jekyll_plugins do |
| 29 | + gem "jekyll-feed", "~> 0.12" |
| 30 | +end |
| 31 | + |
| 32 | +# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem |
| 33 | +# and associated library. |
| 34 | +platforms :mingw, :x64_mingw, :mswin, :jruby do |
| 35 | + gem "tzinfo", ">= 1", "< 3" |
| 36 | + gem "tzinfo-data" |
| 37 | +end |
| 38 | + |
| 39 | +# Performance-booster for watching directories on Windows |
| 40 | +gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] |
| 41 | + |
| 42 | +# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem |
| 43 | +# do not have a Java counterpart. |
| 44 | +gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] |
0 commit comments