We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27afbf1 commit 894b1a1Copy full SHA for 894b1a1
Gemfile
@@ -14,7 +14,7 @@ ruby File.read('.ruby-version').strip.split('-').last
14
# Happy Jekylling!
15
gem 'jekyll', '~> 4.3'
16
gem 'rake', '~> 13.2'
17
-gem 'webrick', '~> 1.8'
+gem 'webrick', '~> 1.9'
18
19
gem 'match_regex', '~> 0.1'
20
gem 'replace_regex', '~> 0.1'
Gemfile.lock
@@ -226,7 +226,7 @@ GEM
226
typhoeus (1.4.1)
227
ethon (>= 0.9.0)
228
unicode-display_width (2.6.0)
229
- webrick (1.8.2)
+ webrick (1.9.0)
230
yell (2.2.2)
231
zeitwerk (2.6.13)
232
@@ -260,7 +260,7 @@ DEPENDENCIES
260
rubocop-performance (~> 1.22)
261
scss_lint (~> 0.60)
262
tzinfo-data
263
- webrick (~> 1.8)
+ webrick (~> 1.9)
264
265
RUBY VERSION
266
ruby 3.2.2p53
0 commit comments