Skip to content

Commit 6ea4db8

Browse files
authored
Merge pull request #527 from typelevel/dependabot/bundler/webrick-1.8.2
Bump webrick from 1.7.0 to 1.8.2
2 parents 07c6163 + fd83944 commit 6ea4db8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ group :jekyll_plugins do
77
gem "jekyll-feed"
88
end
99

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GEM
6161
terminal-table (2.0.0)
6262
unicode-display_width (~> 1.1, >= 1.1.1)
6363
unicode-display_width (1.8.0)
64-
webrick (1.7.0)
64+
webrick (1.8.2)
6565

6666
PLATFORMS
6767
x86_64-darwin-17
@@ -73,7 +73,7 @@ DEPENDENCIES
7373
jekyll (~> 4.2)
7474
jekyll-feed
7575
jekyll-paginate
76-
webrick (~> 1.7)
76+
webrick (~> 1.8)
7777

7878
BUNDLED WITH
7979
2.3.9

gemset.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@
319319
platforms = [];
320320
source = {
321321
remotes = ["https://rubygems.org"];
322-
sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7";
322+
sha256 = "089gy5494j560b242vi173wnbj2913hwlwnjkpzld58r96ilc5s3";
323323
type = "gem";
324324
};
325-
version = "1.7.0";
325+
version = "1.8.2";
326326
};
327327
}

0 commit comments

Comments
 (0)