|
1 | | -source "https://rubygems.org" |
2 | | -# Hello! This is where you manage which Jekyll version is used to run. |
3 | | -# When you want to use a different version, change it below, save the |
4 | | -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: |
5 | | -# |
6 | | -# bundle exec jekyll serve |
7 | | -# |
8 | | -# This will help ensure the proper Jekyll version is running. |
9 | | -# Happy Jekylling! |
10 | | -gem "jekyll", "~> 4.3.2" |
11 | | - |
12 | | -gem "rouge" |
13 | | -# https://stackoverflow.com/questions/62720043/rails-why-is-bundle-install-frozen-up-by-sassc-2-4-0 |
14 | | -#gem "ssasc", "~> 2.1.0" |
15 | | -#gem "eventmachine", "~> 1.2.6" |
16 | | - |
17 | | -# https://github.com/jekyll/jekyll/issues/8523 |
18 | | -#gem "webrick" |
19 | | - |
20 | | -# This is the default theme for new Jekyll sites. You may change this to anything you like. |
21 | | -# gem "minima", "~> 2.5" |
| 1 | +# frozen_string_literal: true |
22 | 2 |
|
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 | | -# If you have any plugins, put them here! |
27 | | -group :jekyll_plugins do |
28 | | - gem "jekyll-feed", "~> 0.17.0" |
29 | | - gem "jekyll-seo-tag", "~> 2.8.0" |
30 | | - gem "jekyll-sitemap", "~> 1.4.0" |
31 | | - #gem "jekyll-last-modified-at", "~> 1.3.2" |
32 | | -end |
33 | | - |
34 | | -# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem |
35 | | -# and associated library. |
36 | | -#platforms :mingw, :x64_mingw, :mswin, :jruby do |
37 | | -# gem "tzinfo", "~> 1.2" |
38 | | -# gem "tzinfo-data" |
39 | | -#end |
40 | | -# Performance-booster for watching directories on Windows |
41 | | -# gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] |
42 | | - |
43 | | -#gem "html-proofer", "~> 4.4.3" |
| 3 | +source "https://rubygems.org" |
44 | 4 |
|
| 5 | +gemspec |
0 commit comments