|
1 |
| -source 'https://rubygems.org' |
2 |
| -ruby RUBY_VERSION |
| 1 | +source "https://rubygems.org" |
3 | 2 |
|
4 |
| -# Hello! This is where you manage which Jekyll version is used to run. |
5 |
| -# When you want to use a different version, change it below, save the |
6 |
| -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: |
7 |
| -# |
8 |
| -# bundle exec jekyll serve |
9 |
| -# |
10 |
| -# This will help ensure the proper Jekyll version is running. |
11 |
| -# Happy Jekylling! |
| 3 | +gem "jekyll", "~> 4.4.1" |
12 | 4 |
|
13 |
| -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and |
14 |
| -# uncomment the line below. To upgrade, run `bundle update github-pages`. |
15 |
| -gem 'github-pages', group: :jekyll_plugins |
| 5 | +# If you have any plugins, put them here! |
| 6 | +group :jekyll_plugins do |
| 7 | + gem "jekyll-feed", "~> 0.12" |
| 8 | + gem 'jekyll-sitemap', '~> 1.4' |
| 9 | + gem 'jekyll-include-cache', '~> 0.2.1' |
| 10 | + gem 'jekyll-redirect-from', '~> 0.16.0' |
| 11 | +end |
| 12 | + |
| 13 | +# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data |
| 14 | +# gem and associated library. |
| 15 | +platforms :mingw, :x64_mingw, :mswin, :jruby do |
| 16 | + gem "tzinfo", ">= 1", "< 3" |
| 17 | + gem "tzinfo-data" |
| 18 | +end |
| 19 | + |
| 20 | +# Performance-booster for watching directories on Windows |
| 21 | +gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin] |
| 22 | + |
| 23 | +# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of |
| 24 | +# the gem do not have a Java counterpart. |
| 25 | +gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] |
16 | 26 | gem 'webrick'
|
| 27 | +gem 'jekyll-theme-bugzilla', github: 'bugzilla/jekyll-theme', branch: 'main' |
0 commit comments