Skip to content

Commit f6d1cff

Browse files
authored
Merge branch 'master' into fix-ci
2 parents eabcff5 + 114e763 commit f6d1cff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2929
gem "wdm", "~> 0.1.0" if Gem.win_platform?
3030

3131

32-
gem "webrick", "~> 1.7"
32+
gem "webrick", "~> 1.8"

docs/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ GEM
224224
rb-fsevent (0.11.2)
225225
rb-inotify (0.10.1)
226226
ffi (~> 1.0)
227-
rexml (3.3.3)
227+
rexml (3.3.6)
228228
strscan
229229
rouge (3.26.0)
230230
ruby2_keywords (0.0.5)
@@ -251,7 +251,7 @@ GEM
251251
unf_ext
252252
unf_ext (0.0.8.2)
253253
unicode-display_width (1.8.0)
254-
webrick (1.8.1)
254+
webrick (1.8.2)
255255

256256
PLATFORMS
257257
ruby
@@ -261,7 +261,7 @@ DEPENDENCIES
261261
jekyll-feed (~> 0.6)
262262
minima (~> 2.0)
263263
tzinfo-data
264-
webrick (~> 1.7)
264+
webrick (~> 1.8)
265265

266266
BUNDLED WITH
267267
2.3.8

0 commit comments

Comments
 (0)