Skip to content

Commit 059c7ab

Browse files
committed
Add webrick for Ruby 3
1 parent f6ad63f commit 059c7ab

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
source "http://rubygems.org"
22

33
gem "github-pages", group: :jekyll_plugins
4+
5+
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,15 @@ GEM
251251
unf_ext
252252
unf_ext (0.0.8.2)
253253
unicode-display_width (1.8.0)
254+
webrick (1.7.0)
254255
zeitwerk (2.6.0)
255256

256257
PLATFORMS
257258
ruby
258259

259260
DEPENDENCIES
260261
github-pages
262+
webrick (~> 1.7)
261263

262264
BUNDLED WITH
263265
2.3.9

gemset.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,16 @@
961961
};
962962
version = "1.8.0";
963963
};
964+
webrick = {
965+
groups = ["default"];
966+
platforms = [];
967+
source = {
968+
remotes = ["http://rubygems.org"];
969+
sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7";
970+
type = "gem";
971+
};
972+
version = "1.7.0";
973+
};
964974
zeitwerk = {
965975
groups = ["default" "jekyll_plugins"];
966976
platforms = [];

0 commit comments

Comments
 (0)