Skip to content

Commit

Permalink
Merge pull request #527 from typelevel/dependabot/bundler/webrick-1.8.2
Browse files Browse the repository at this point in the history
Bump webrick from 1.7.0 to 1.8.2
  • Loading branch information
rossabaker authored Sep 30, 2024
2 parents 07c6163 + fd83944 commit 6ea4db8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ group :jekyll_plugins do
gem "jekyll-feed"
end

gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.7.0)
webrick (1.8.2)

PLATFORMS
x86_64-darwin-17
Expand All @@ -73,7 +73,7 @@ DEPENDENCIES
jekyll (~> 4.2)
jekyll-feed
jekyll-paginate
webrick (~> 1.7)
webrick (~> 1.8)

BUNDLED WITH
2.3.9
4 changes: 2 additions & 2 deletions gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7";
sha256 = "089gy5494j560b242vi173wnbj2913hwlwnjkpzld58r96ilc5s3";
type = "gem";
};
version = "1.7.0";
version = "1.8.2";
};
}

0 comments on commit 6ea4db8

Please sign in to comment.