Skip to content

Commit f4c158e

Browse files
committed
Fixes #1203: Add better documentation on how clients should handle file renames
1 parent 6d0891d commit f4c158e

File tree

5 files changed

+224
-173
lines changed

5 files changed

+224
-173
lines changed

Gemfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
source "https://rubygems.org"
22
ruby RUBY_VERSION
33

4-
gem "jekyll", "3.6.2"
4+
# gem "jekyll", "3.6.2"
55

66
# to use GitHub Pages
77
# gem "github-pages", group: :jekyll_plugins
88

9+
gem "github-pages", "~> 225", group: :jekyll_plugins
10+
911
# If you have any plugins, put them here!
1012
group :jekyll_plugins do
1113
gem "jemoji"
12-
gem "github-pages"
14+
gem 'jekyll-redirect-from'
1315
gem "jekyll-remote-theme"
1416
end
1517

1618
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
1719
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
1820

19-
gem 'jekyll-redirect-from'

0 commit comments

Comments
 (0)