Skip to content

Commit e2f5de5

Browse files
authored
Add missing jekyll-paginate dependency (#73)
1 parent dfe92d5 commit e2f5de5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ gem "jekyll", "~> 4.4.1"
55
# If you have any plugins, put them here!
66
group :jekyll_plugins do
77
gem "jekyll-feed", "~> 0.12"
8-
gem 'jekyll-sitemap', '~> 1.4'
98
gem 'jekyll-include-cache', '~> 0.2.1'
9+
gem 'jekyll-paginate', '~> 1.1'
1010
gem 'jekyll-redirect-from', '~> 0.16.0'
11+
gem 'jekyll-sitemap', '~> 1.4'
1112
end
1213

1314
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ GEM
8888
jekyll (>= 3.7, < 5.0)
8989
jekyll-include-cache (0.2.1)
9090
jekyll (>= 3.7, < 5.0)
91+
jekyll-paginate (1.1.0)
9192
jekyll-redirect-from (0.16.0)
9293
jekyll (>= 3.3, < 5.0)
9394
jekyll-sass-converter (3.1.0)
@@ -181,6 +182,7 @@ DEPENDENCIES
181182
jekyll (~> 4.4.1)
182183
jekyll-feed (~> 0.12)
183184
jekyll-include-cache (~> 0.2.1)
185+
jekyll-paginate (~> 1.1)
184186
jekyll-redirect-from (~> 0.16.0)
185187
jekyll-sitemap (~> 1.4)
186188
jekyll-theme-bugzilla!

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ report_bug: https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla
1212
theme: jekyll-theme-bugzilla
1313
plugins:
1414
- jekyll-include-cache
15+
- jekyll-paginate
1516
- jekyll-redirect-from
1617
- jekyll-sitemap
1718

0 commit comments

Comments
 (0)