We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030d339 commit f90b84dCopy full SHA for f90b84d
2 files changed
Gemfile
@@ -6,4 +6,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
7
gem "jekyll", "~> 4.2.0"
8
9
-gem "webrick", "~> 1.7.0"
+gem "webrick", "~> 1.8.2"
Gemfile.lock
@@ -56,7 +56,7 @@ GEM
56
terminal-table (2.0.0)
57
unicode-display_width (~> 1.1, >= 1.1.1)
58
unicode-display_width (1.8.0)
59
- webrick (1.7.0)
+ webrick (1.8.2)
60
61
PLATFORMS
62
arm64-darwin-21
@@ -65,7 +65,7 @@ PLATFORMS
65
66
DEPENDENCIES
67
jekyll (~> 4.2.0)
68
- webrick (~> 1.7.0)
+ webrick (~> 1.8.2)
69
70
BUNDLED WITH
71
2.3.11
0 commit comments