We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 000573f + 3ff2765 commit 27b3140Copy full SHA for 27b3140
Gemfile
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
gem 'jekyll', '>= 4.2.0'
4
gem 'jekyll-redirect-from', '>= 0.16.0'
5
6
-gem "webrick", "~> 1.7"
+gem "webrick", "~> 1.8"
7
gem "google-protobuf", "3.25.5"
Gemfile.lock
@@ -115,7 +115,7 @@ GEM
115
terminal-table (3.0.2)
116
unicode-display_width (>= 1.1.1, < 3)
117
unicode-display_width (2.6.0)
118
- webrick (1.8.1)
+ webrick (1.8.2)
119
120
PLATFORMS
121
aarch64-linux
@@ -148,7 +148,7 @@ DEPENDENCIES
148
google-protobuf (= 3.25.5)
149
jekyll (>= 4.2.0)
150
jekyll-redirect-from (>= 0.16.0)
151
- webrick (~> 1.7)
+ webrick (~> 1.8)
152
153
RUBY VERSION
154
ruby 3.3.4p94
0 commit comments