Skip to content

Commit 382c741

Browse files
committed
update Gemfile
1 parent 85e5c25 commit 382c741

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ end
2828
# Performance-booster for watching directories on Windows
2929
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3030

31-
gem "jekyll-paginate"
31+
gem "webrick", "~> 1.8"
32+
33+
gem "jekyll-paginate", "~> 1.1"

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ GEM
3131
terminal-table (~> 2.0)
3232
jekyll-feed (0.15.1)
3333
jekyll (>= 3.7, < 5.0)
34+
jekyll-paginate (1.1.0)
3435
jekyll-sass-converter (2.1.0)
3536
sassc (> 2.0.1, < 3.0)
3637
jekyll-seo-tag (2.7.1)
@@ -64,17 +65,20 @@ GEM
6465
terminal-table (2.0.0)
6566
unicode-display_width (~> 1.1, >= 1.1.1)
6667
unicode-display_width (1.7.0)
68+
webrick (1.8.1)
6769

6870
PLATFORMS
6971
x86_64-linux
7072

7173
DEPENDENCIES
7274
jekyll (~> 4.2.0)
7375
jekyll-feed (~> 0.12)
76+
jekyll-paginate (~> 1.1)
7477
minima (~> 2.5)
7578
tzinfo (~> 1.2)
7679
tzinfo-data
7780
wdm (~> 0.1.1)
81+
webrick (~> 1.8)
7882

7983
BUNDLED WITH
8084
2.2.4

0 commit comments

Comments
 (0)