Skip to content

Commit

Permalink
Use webrick 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley committed Sep 28, 2024
1 parent 94499da commit fb3bb39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]


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

PLATFORMS
aarch64-linux
Expand All @@ -83,7 +83,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.8)
webrick (~> 1.8.2)

BUNDLED WITH
2.2.18

0 comments on commit fb3bb39

Please sign in to comment.