Skip to content

Commit 2fb2d8c

Browse files
committed
Update gem file to build in docker container locally.
1 parent 23e8665 commit 2fb2d8c

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

Diff for: Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
3333
# Performance-booster for watching directories on Windows
3434
gem "wdm", "~> 0.1.0" if Gem.win_platform?
3535

36+
37+
gem "webrick", "~> 1.7"

Diff for: Gemfile.lock

+15-13
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ GEM
33
specs:
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
6-
asciidoctor (2.0.10)
6+
asciidoctor (2.0.15)
77
colorator (1.1.0)
8-
concurrent-ruby (1.1.7)
9-
em-websocket (0.5.1)
8+
concurrent-ruby (1.1.8)
9+
em-websocket (0.5.2)
1010
eventmachine (>= 0.12.9)
1111
http_parser.rb (~> 0.6.0)
1212
eventmachine (1.2.7)
13-
ffi (1.13.1)
13+
ffi (1.15.0)
1414
forwardable-extended (2.6.0)
1515
http_parser.rb (0.6.0)
16-
i18n (1.8.5)
16+
i18n (1.8.10)
1717
concurrent-ruby (~> 1.0)
1818
jekyll (4.1.1)
1919
addressable (~> 2.4)
@@ -35,22 +35,22 @@ GEM
3535
jekyll-asciidoc (3.0.0)
3636
asciidoctor (>= 1.5.0)
3737
jekyll (>= 3.0.0)
38-
jekyll-feed (0.15.0)
38+
jekyll-feed (0.15.1)
3939
jekyll (>= 3.7, < 5.0)
4040
jekyll-paginate-v2 (3.0.0)
4141
jekyll (>= 3.0, < 5.0)
4242
jekyll-sass-converter (2.1.0)
4343
sassc (> 2.0.1, < 3.0)
44-
jekyll-seo-tag (2.6.1)
45-
jekyll (>= 3.3, < 5.0)
44+
jekyll-seo-tag (2.7.1)
45+
jekyll (>= 3.8, < 5.0)
4646
jekyll-watch (2.2.1)
4747
listen (~> 3.0)
4848
kramdown (2.3.1)
4949
rexml
5050
kramdown-parser-gfm (1.1.0)
5151
kramdown (~> 2.0)
5252
liquid (4.0.3)
53-
listen (3.2.1)
53+
listen (3.5.1)
5454
rb-fsevent (~> 0.10, >= 0.10.3)
5555
rb-inotify (~> 0.9, >= 0.9.10)
5656
mercenary (0.4.0)
@@ -60,18 +60,19 @@ GEM
6060
jekyll-seo-tag (~> 2.1)
6161
pathutil (0.16.2)
6262
forwardable-extended (~> 2.6)
63-
public_suffix (4.0.5)
64-
rb-fsevent (0.10.4)
63+
public_suffix (4.0.6)
64+
rb-fsevent (0.11.0)
6565
rb-inotify (0.10.1)
6666
ffi (~> 1.0)
6767
rexml (3.2.5)
68-
rouge (3.21.0)
68+
rouge (3.26.0)
6969
safe_yaml (1.0.5)
7070
sassc (2.4.0)
7171
ffi (~> 1.9)
7272
terminal-table (1.8.0)
7373
unicode-display_width (~> 1.1, >= 1.1.1)
7474
unicode-display_width (1.7.0)
75+
webrick (1.7.0)
7576

7677
PLATFORMS
7778
ruby
@@ -84,6 +85,7 @@ DEPENDENCIES
8485
jekyll-paginate-v2
8586
minima (~> 2.0)
8687
tzinfo-data
88+
webrick (~> 1.7)
8789

8890
BUNDLED WITH
89-
2.1.4
91+
2.2.16

0 commit comments

Comments
 (0)